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 Mark.Shannon
Recipients Mark.Shannon, lukasz.langa, nedbat
Date 2021-07-19.13:43:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626702232.56.0.0562520374728.issue44672@roundup.psfhosted.org>
In-reply-to
Content
I say no, for a couple of reasons.

1. PEP 626 only applies to 3.10 onwards
2. The bytecode optimizer in 3.9 doesn't understand line numbers.
Changing it would be a lot of effort and likely to introduce more bugs than it fixes.

Ultimately it is Łukasz's decision, though.
History
Date User Action Args
2021-07-19 13:43:52Mark.Shannonsetrecipients: + Mark.Shannon, nedbat, lukasz.langa
2021-07-19 13:43:52Mark.Shannonsetmessageid: <1626702232.56.0.0562520374728.issue44672@roundup.psfhosted.org>
2021-07-19 13:43:52Mark.Shannonlinkissue44672 messages
2021-07-19 13:43:52Mark.Shannoncreate