[issue502236] Asynchronous exceptions between threads

2022-04-10 Thread admin


Change by admin :


--
github: None -> 35905

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue502236] Asynchronous exceptions between threads

2010-08-18 Thread A.M. Kuchling

A.M. Kuchling li...@amk.ca added the comment:

I'll close this issue, then.  Maybe something fancier needs to be built atop 
the AsyncExc() function to allow a single thread to terminate all other 
threads, but unless someone actually presents a current use case (or a PEP), 
there seems little to do.  Please re-open if there *is* something concrete to 
do.

--
resolution:  - out of date
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue502236
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue502236] Asynchronous exceptions between threads

2010-08-17 Thread Mark Lawrence

Mark Lawrence breamore...@yahoo.co.uk added the comment:

Is anyone likely to work on this given msg53440 quote Does anybody want to 
write a PEP on thread cancellation? It sure looks like a hairy issue!

--
nosy: +BreamoreBoy
versions:  -Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue502236
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue502236] Asynchronous exceptions between threads

2010-08-17 Thread Antoine Pitrou

Antoine Pitrou pit...@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 rep...@bugs.python.org
http://bugs.python.org/issue502236
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue502236] Asynchronous exceptions between threads

2010-08-17 Thread Guido van Rossum

Changes by Guido van Rossum gu...@python.org:


--
nosy:  -gvanrossum

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue502236
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue502236] Asynchronous exceptions between threads

2009-05-14 Thread Daniel Diniz

Changes by Daniel Diniz aja...@gmail.com:


--
stage:  - test needed
versions: +Python 2.7, Python 3.2 -Python 2.6

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue502236
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue502236] Asynchronous exceptions between threads

2008-01-06 Thread Christian Heimes

Changes by Christian Heimes:


--
versions: +Python 2.6


Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue502236

___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com