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 jd
Recipients jd
Date 2019-12-30.10:36:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577702198.9.0.00483910121214.issue39164@roundup.psfhosted.org>
In-reply-to
Content
PyErr_GetExcInfo does not allow to retrieve exception information for an arbitrary thread. As it calls `_PyThreadState_GET` itself, it's impossible to get exception information for a different thread.
History
Date User Action Args
2019-12-30 10:36:38jdsetrecipients: + jd
2019-12-30 10:36:38jdsetmessageid: <1577702198.9.0.00483910121214.issue39164@roundup.psfhosted.org>
2019-12-30 10:36:38jdlinkissue39164 messages
2019-12-30 10:36:38jdcreate