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 ammar2, gregory.p.smith, malin, sir-sigurd, vstinner, zach.ware
Date 2019-09-19.09:34:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568885699.96.0.235256915818.issue38205@roundup.psfhosted.org>
In-reply-to
Content
I wrote PR 16280: "Convert Py_UNREACHABLE() macro to a function". This change fix this issue but also enhance Py_UNREACHABLE() which now dumps the Python traceback where the bug occurs. See my example:
https://github.com/python/cpython/pull/16280#issuecomment-533049748
History
Date User Action Args
2019-09-19 09:35:00vstinnersetrecipients: + vstinner, gregory.p.smith, zach.ware, malin, ammar2, sir-sigurd
2019-09-19 09:34:59vstinnersetmessageid: <1568885699.96.0.235256915818.issue38205@roundup.psfhosted.org>
2019-09-19 09:34:59vstinnerlinkissue38205 messages
2019-09-19 09:34:59vstinnercreate