mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-17 01:51:39 +09:00
Add _imp.get_frozen_object
This commit is contained in:
@@ -21,3 +21,5 @@ B = FakeSpec("not existing module")
|
||||
assert _imp.create_builtin(B) == None
|
||||
|
||||
_imp.exec_builtin(imp_time) == 0
|
||||
|
||||
_imp.get_frozen_object("__hello__")
|
||||
|
||||
Reference in New Issue
Block a user