[issue502236] Asynchronous exceptions between threads

Antoine Pitrou report at bugs.python.org
Tue Aug 17 22:34:24 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

For the record, there is now a C API function (PyThreadState_SetAsyncExc()) to raise an asynchronous exception on a Python thread, although the signature is bizarre (it takes the thread id rather than the thread state structure itself).

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue502236>
_______________________________________


More information about the Python-bugs-list mailing list