mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
Introduce AsPyObject to replace IdProtocol
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use crate::{
|
||||
convert::TryFromObject,
|
||||
function::IntoPyObject,
|
||||
pyobject::{IdProtocol, PyObjectRef, PyResult},
|
||||
pyobject::{AsPyObject, PyObjectRef, PyResult},
|
||||
VirtualMachine,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user