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.15:21:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607095263.18.0.590683309453.issue42562@roundup.psfhosted.org>
In-reply-to
Content
New changeset f24b8101a01fa98b1e3ec042ba896aeb4c24d4bc by Yurii Karabas in branch 'master':
bpo-42562: Fix issue when dis failed to parse function that has no line numbers (GH-23632)
https://github.com/python/cpython/commit/f24b8101a01fa98b1e3ec042ba896aeb4c24d4bc
History
Date User Action Args
2020-12-04 15:21:03Mark.Shannonsetrecipients: + Mark.Shannon, uriyyo
2020-12-04 15:21:03Mark.Shannonsetmessageid: <1607095263.18.0.590683309453.issue42562@roundup.psfhosted.org>
2020-12-04 15:21:03Mark.Shannonlinkissue42562 messages
2020-12-04 15:21:02Mark.Shannoncreate