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 ncoghlan
Recipients benjamin.peterson, ncoghlan, pdox, pitrou, r.david.murray, serhiy.storchaka, tim.peters
Date 2017-10-02.07:24:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506929092.85.0.213398074469.issue31622@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-10-02 07:24:52ncoghlansetrecipients: + ncoghlan, tim.peters, pitrou, benjamin.peterson, r.david.murray, serhiy.storchaka, pdox
2017-10-02 07:24:52ncoghlansetmessageid: <1506929092.85.0.213398074469.issue31622@psf.upfronthosting.co.za>
2017-10-02 07:24:52ncoghlanlinkissue31622 messages
2017-10-02 07:24:52ncoghlancreate