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.

classification
Title: LOAD_GLOBAL instruction with wrong source position
Type: behavior Stage:
Components: Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: 15r10nk
Priority: normal Keywords:

Created on 2022-04-07 21:05 by 15r10nk, last changed 2022-04-11 14:59 by admin.

Files
File name Uploaded Description Edit
test3.py 15r10nk, 2022-04-07 21:05 code which shows the problem
Messages (1)
msg416945 - (view) Author: 15r10nk (15r10nk) * Date: 2022-04-07 21:05
The LOAD_GLOBAL instruction has a different/wrong source position if it refers the name of an imported module.
History
Date User Action Args
2022-04-11 14:59:58adminsetgithub: 91409
2022-04-07 21:05:5215r10nkcreate