Nick Coghlan <ncogh...@gmail.com> added the comment:

Note that it would be entirely possible to leave the Python level thread IDs 
alone, but change the way they were used internally to keep the thread ID 
distinct from the operating system level thread handle.

That would limit the adjustment to signal.pthread_kill() and other APIs that 
wanted to resolve the integer ID back to an OS level handle.

----------

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

Reply via email to