diff options
| author | Thomas Wouters <thomas@python.org> | 2000-08-27 20:31:27 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2000-08-27 20:31:27 (GMT) |
| commit | dd13e4f91ff2d8824e852afaec59d95d7dd409b3 (patch) | |
| tree | 89497ccf5d8b6307d7b32bb71a8142c00b494bfa /Lib/tempfile.py | |
| parent | e868211e106d4da348925e1c1bd1ea62b3560721 (diff) | |
| download | cpython-dd13e4f91ff2d8824e852afaec59d95d7dd409b3.zip cpython-dd13e4f91ff2d8824e852afaec59d95d7dd409b3.tar.gz cpython-dd13e4f91ff2d8824e852afaec59d95d7dd409b3.tar.bz2 | |
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.
Diffstat (limited to 'Lib/tempfile.py')
0 files changed, 0 insertions, 0 deletions
