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