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-11-30.15:14:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543590875.48.0.788709270274.issue33015@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 9eea6eaf23067880f4af3a130e3f67c9812e2f30 by Victor Stinner (Siddhesh Poyarekar) in branch 'master':
bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008)
https://github.com/python/cpython/commit/9eea6eaf23067880f4af3a130e3f67c9812e2f30
History
Date User Action Args
2018-11-30 15:14:35vstinnersetrecipients: + vstinner, gregory.p.smith, pitrou, benjamin.peterson, skrah, serhiy.storchaka, steve.dower, siddhesh, izbyshev
2018-11-30 15:14:35vstinnersetmessageid: <1543590875.48.0.788709270274.issue33015@psf.upfronthosting.co.za>
2018-11-30 15:14:35vstinnerlinkissue33015 messages
2018-11-30 15:14:35vstinnercreate