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