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 vstinner
Recipients vstinner
Date 2020-04-28.22:57:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588114621.51.0.940865524837.issue40429@roundup.psfhosted.org>
In-reply-to
Content
New changeset 6d86a2331e6b64a2ae80c1a21f81baa5a71ac594 by Victor Stinner in branch 'master':
bpo-40429: PyFrame_GetCode() result cannot be NULL (GH-19772)
https://github.com/python/cpython/commit/6d86a2331e6b64a2ae80c1a21f81baa5a71ac594
History
Date User Action Args
2020-04-28 22:57:01vstinnersetrecipients: + vstinner
2020-04-28 22:57:01vstinnersetmessageid: <1588114621.51.0.940865524837.issue40429@roundup.psfhosted.org>
2020-04-28 22:57:01vstinnerlinkissue40429 messages
2020-04-28 22:57:01vstinnercreate