Antoine Pitrou added the comment:

Note that, since interrupt_main() claims to interrupt the main thread, it would 
be ok to use pthread_kill() to make sure it's indeed the C syscall running in 
the main thread that gets interruped.

----------

_______________________________________
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