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 fabioz, vstinner
Date 2020-03-13.15:40:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584114040.31.0.511126306162.issue35370@roundup.psfhosted.org>
In-reply-to
Content
PyEval_SetTrace() and PyEval_SetProfile() function have no return value but can raise an exception. I'm not comfortable about these functions. Maybe one option would be to call PyErr_WriteUnraisable() on PySys_Audit() error. It might be better than "leaking" an exception which is unexpected to PyEval_SetTrace() and PyEval_SetProfile() callers.
History
Date User Action Args
2020-03-13 15:40:40vstinnersetrecipients: + vstinner, fabioz
2020-03-13 15:40:40vstinnersetmessageid: <1584114040.31.0.511126306162.issue35370@roundup.psfhosted.org>
2020-03-13 15:40:40vstinnerlinkissue35370 messages
2020-03-13 15:40:40vstinnercreate