[New-bugs-announce] [issue39164] PyErr_GetExcInfo does not allow to retrieve for an arbitrary thread

Julien Danjou report at bugs.python.org
Mon Dec 30 05:36:38 EST 2019


New submission from Julien Danjou <julien at danjou.info>:

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.

----------
components: C API
messages: 359029
nosy: jd
priority: normal
severity: normal
status: open
title: PyErr_GetExcInfo does not allow to retrieve for an arbitrary thread
type: enhancement
versions: Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39164>
_______________________________________


More information about the New-bugs-announce mailing list