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 sfreilich
Recipients sfreilich
Date 2019-01-10.20:57:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547153879.73.0.173283479509.issue35711@roundup.psfhosted.org>
In-reply-to
Content
_PyObject_FastCallDict and _PyObject_FastCallKeywords assert that there is no pending exception before calling functions that might otherwise clobber the exception state. However, that doesn't produce very clear output for debugging, since the assert failure doesn't say anything about what the pending exception actually was. It would be better to print the pending exception first.
History
Date User Action Args
2019-01-10 20:58:03sfreilichsetrecipients: + sfreilich
2019-01-10 20:57:59sfreilichsetmessageid: <1547153879.73.0.173283479509.issue35711@roundup.psfhosted.org>
2019-01-10 20:57:59sfreilichlinkissue35711 messages
2019-01-10 20:57:59sfreilichcreate