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 eric.snow, vstinner
Date 2020-01-27.22:24:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580163857.55.0.181836943122.issue38631@roundup.psfhosted.org>
In-reply-to
Content
New changeset a27831351873bd7eff10863353d475c29fb0d7bb by Victor Stinner in branch 'master':
bpo-38631: Avoid Py_FatalError() in PyCode_New() (GH-18215)
https://github.com/python/cpython/commit/a27831351873bd7eff10863353d475c29fb0d7bb
History
Date User Action Args
2020-01-27 22:24:17vstinnersetrecipients: + vstinner, eric.snow
2020-01-27 22:24:17vstinnersetmessageid: <1580163857.55.0.181836943122.issue38631@roundup.psfhosted.org>
2020-01-27 22:24:17vstinnerlinkissue38631 messages
2020-01-27 22:24:17vstinnercreate