SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72137 0 43 Python

Replace the run-time 'future-bytecode-stream-inspection' hack to find out

how 'import' was called with a compiletime mechanism: create either a tuple
of the import arguments, or None (in the case of a normal import), add it to
the code-block constants, and load it onto the stack before calling
IMPORT_NAME.
T
Thomas Wouters committed
dd13e4f91ff2d8824e852afaec59d95d7dd409b3
Parent: e868211