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-30.11:20:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580383254.42.0.0821136019344.issue38631@roundup.psfhosted.org>
In-reply-to
Content
New changeset 17c68b8107e348aeaaa05f7ac5072cacff916022 by Victor Stinner in branch 'master':
bpo-38631: Replace Py_FatalError() with assert() in ceval.c (GH-18279)
https://github.com/python/cpython/commit/17c68b8107e348aeaaa05f7ac5072cacff916022
History
Date User Action Args
2020-01-30 11:20:54vstinnersetrecipients: + vstinner, eric.snow
2020-01-30 11:20:54vstinnersetmessageid: <1580383254.42.0.0821136019344.issue38631@roundup.psfhosted.org>
2020-01-30 11:20:54vstinnerlinkissue38631 messages
2020-01-30 11:20:54vstinnercreate