forked from Rust-related/RustPython
IntoObject::into_object() and PyValue::into_pyobject(vm)
This commit is contained in:
@@ -3,9 +3,7 @@ use criterion::{
|
||||
Criterion, Throughput,
|
||||
};
|
||||
use rustpython_compiler::Mode;
|
||||
use rustpython_vm::{
|
||||
common::ascii, InitParameter, Interpreter, PyObjectWrap, PyResult, PySettings,
|
||||
};
|
||||
use rustpython_vm::{common::ascii, InitParameter, Interpreter, PyResult, PySettings};
|
||||
use std::{
|
||||
ffi, fs, io,
|
||||
path::{Path, PathBuf},
|
||||
|
||||
Reference in New Issue
Block a user