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 vstinner
Recipients benjamin.peterson, gregory.p.smith, izbyshev, pitrou, serhiy.storchaka, siddhesh, skrah, steve.dower, vstinner
Date 2018-10-25.07:18:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540451904.32.0.788709270274.issue33015@psf.upfronthosting.co.za>
In-reply-to
Content
"Shall we introduce a new thread-starting API that takes a function with the "correct" pthread signature?"

Extract of my PR:

"Python uses pthread_detach() and doesn't use pthread_join(), the thread return value is ignored."

Python doesn't give access to the return value.
History
Date User Action Args
2018-10-25 07:18:24vstinnersetrecipients: + vstinner, gregory.p.smith, pitrou, benjamin.peterson, skrah, serhiy.storchaka, steve.dower, siddhesh, izbyshev
2018-10-25 07:18:24vstinnersetmessageid: <1540451904.32.0.788709270274.issue33015@psf.upfronthosting.co.za>
2018-10-25 07:18:24vstinnerlinkissue33015 messages
2018-10-25 07:18:24vstinnercreate