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, miss-islington, pitrou, serhiy.storchaka, siddhesh, skrah, steve.dower, vstinner
Date 2018-11-30.16:04:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543593888.18.0.788709270274.issue33015@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 03b1200dfd03061e9ad0bff8199967bd80b9b900 by Victor Stinner in branch '3.6':
bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) (GH-10822)
https://github.com/python/cpython/commit/03b1200dfd03061e9ad0bff8199967bd80b9b900
History
Date User Action Args
2018-11-30 16:04:48vstinnersetrecipients: + vstinner, gregory.p.smith, pitrou, benjamin.peterson, skrah, serhiy.storchaka, steve.dower, siddhesh, izbyshev, miss-islington
2018-11-30 16:04:48vstinnersetmessageid: <1543593888.18.0.788709270274.issue33015@psf.upfronthosting.co.za>
2018-11-30 16:04:48vstinnerlinkissue33015 messages
2018-11-30 16:04:48vstinnercreate