We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
_imp.get_frozen_object
Repro:
import_imp>>>_imp.get_frozen_object('x',b"6\'\xd5Cu\x12")
Output:
python: Objects/object.c:541: PyObject_Repr: Assertion `!_PyErr_Occurred(tstate)' failed.Aborted (core dumped)
I'll submit a PR.
unmarshal_frozen_code
Python/import.c