Martin Panter added the comment:

BTW pthread_kill was only added to Python 3.3, so is not available for Python 
2. I’m not sure what the best fix for 2.7 would be. Maybe it’s not worth it, or 
maybe you can find another way to a signal to the user process or its main 
thread without interfering with any background threads that Idle needs. But I 
don’t know enough about how Idle works to offer a solution.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29926>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to