IntoObject::into_object() and PyValue::into_pyobject(vm)

This commit is contained in:
Jeong Yunwon
2022-04-18 08:53:40 +09:00
parent e0ce5779e6
commit c4b80b3a24
41 changed files with 148 additions and 153 deletions

View File

@@ -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},