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.

Author brandtbucher
Recipients 15r10nk, brandtbucher
Date 2022-04-05.23:01:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649199712.14.0.912939327866.issue47233@roundup.psfhosted.org>
In-reply-to
Content
Nice catch. The fix should be pretty simple: just move this line...

https://github.com/python/cpython/blob/c1d93b6411f975d67e43942f1a2745a22983c18c/Lib/dis.py#L425

...up to the top of the for loop.

Are you interested in working on this?
History
Date User Action Args
2022-04-05 23:01:52brandtbuchersetrecipients: + brandtbucher, 15r10nk
2022-04-05 23:01:52brandtbuchersetmessageid: <1649199712.14.0.912939327866.issue47233@roundup.psfhosted.org>
2022-04-05 23:01:52brandtbucherlinkissue47233 messages
2022-04-05 23:01:52brandtbuchercreate