This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2008年04月14日 18:22 by pib, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg65471 - (view) | Author: Paul Bonser (pib) | Date: 2008年04月14日 18:22 | |
The documentation for IMPORT_NAME at http://docs.python.org/lib/bytecodes.html doesn't mention the fact that the instruction requires two parameters to be on the stack. TOS and TOS1 should map to the fromlist and level parameters to the builtin function __import__, respectively. |
|||
| msg65634 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年04月19日 16:59 | |
Fixed in r62392. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:33 | admin | set | github: 46883 |
| 2008年04月19日 16:59:38 | georg.brandl | set | status: open -> closed resolution: fixed messages: + msg65634 |
| 2008年04月14日 18:22:10 | pib | create | |