[New-bugs-announce] [issue35711] Print information about an unexpectedly pending error before crashing
Samuel Freilich
report at bugs.python.org
Thu Jan 10 15:57:59 EST 2019
New submission from Samuel Freilich <sfreilich at google.com>:
_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.
----------
messages: 333418
nosy: Samuel Freilich
priority: normal
severity: normal
status: open
title: Print information about an unexpectedly pending error before crashing
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35711>
_______________________________________
More information about the New-bugs-announce
mailing list