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 pitrou
Recipients BreamoreBoy, akuchling, gvanrossum, loewis, phr, pitrou, tim.peters
Date 2010-08-17.20:34:21
SpamBayes Score 0.00039869806
Marked as misclassified No
Message-id <1282077264.58.0.48532844743.issue502236@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2010-08-17 20:34:24pitrousetrecipients: + pitrou, gvanrossum, tim.peters, loewis, akuchling, phr, BreamoreBoy
2010-08-17 20:34:24pitrousetmessageid: <1282077264.58.0.48532844743.issue502236@psf.upfronthosting.co.za>
2010-08-17 20:34:21pitroulinkissue502236 messages
2010-08-17 20:34:21pitroucreate