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 jaketesler
Recipients Michael.Felt, eryksun, jaketesler, pitrou, vstinner
Date 2019-05-22.17:59:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558547981.95.0.474841248936.issue36084@roundup.psfhosted.org>
In-reply-to
Content
Victor – the return value of _start_new_thread is the the `ident` parameter, and its not the same as the native id.

See here: https://github.com/python/cpython/pull/11993#issuecomment-491544908
History
Date User Action Args
2019-05-22 17:59:41jaketeslersetrecipients: + jaketesler, pitrou, vstinner, eryksun, Michael.Felt
2019-05-22 17:59:41jaketeslersetmessageid: <1558547981.95.0.474841248936.issue36084@roundup.psfhosted.org>
2019-05-22 17:59:41jaketeslerlinkissue36084 messages
2019-05-22 17:59:41jaketeslercreate