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, uriyyo
Date 2020-12-04.11:16:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607080561.37.0.671076680586.issue42562@roundup.psfhosted.org>
In-reply-to
Content
There are two issues here.
1. The compiler is not following PEP 626 for functions with no executable code
2. dis is not robust in the case that there are no line numbers.

I want to fix 1. first, then 2.
History
Date User Action Args
2020-12-04 11:16:01Mark.Shannonsetrecipients: + Mark.Shannon, uriyyo
2020-12-04 11:16:01Mark.Shannonsetmessageid: <1607080561.37.0.671076680586.issue42562@roundup.psfhosted.org>
2020-12-04 11:16:01Mark.Shannonlinkissue42562 messages
2020-12-04 11:16:01Mark.Shannoncreate