New submission from Julien Danjou <jul...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue39164>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to