Message 352776 - Python tracker
Message352776
| 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:00 | vstinner | set | recipients: + vstinner, gregory.p.smith, zach.ware, malin, ammar2, sir-sigurd |
| 2019-09-19 09:34:59 | vstinner | set | messageid: <1568885699.96.0.235256915818.issue38205@roundup.psfhosted.org> |
| 2019-09-19 09:34:59 | vstinner | link | issue38205 messages |
| 2019-09-19 09:34:59 | vstinner | create | |