Message 416828 - Python tracker (original) (raw)
Message416828
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:52 | brandtbucher | set | recipients: + brandtbucher, 15r10nk |
2022-04-05 23:01:52 | brandtbucher | set | messageid: 1649199712.14.0.912939327866.issue47233@roundup.psfhosted.org |
2022-04-05 23:01:52 | brandtbucher | link | issue47233 messages |
2022-04-05 23:01:52 | brandtbucher | create |