Add _imp.get_frozen_object

This commit is contained in:
Aviv Palivoda
2019-06-01 15:03:45 +03:00
parent 9a168b10d1
commit 4faaf2d6ca
3 changed files with 19 additions and 0 deletions

View File

@@ -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__")