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.17:08:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543597685.1.0.788709270274.issue33015@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset bc9f53f69e8207027bf2b18e3d01b30401e76ace by Victor Stinner in branch '2.7':
bpo-33015: Use malloc() in PyThread_start_new_thread() (GH-10829)
https://github.com/python/cpython/commit/bc9f53f69e8207027bf2b18e3d01b30401e76ace
History
Date User Action Args
2018-11-30 17:08:05vstinnersetrecipients: + vstinner, gregory.p.smith, pitrou, benjamin.peterson, skrah, serhiy.storchaka, steve.dower, siddhesh, izbyshev, miss-islington
2018-11-30 17:08:05vstinnersetmessageid: <1543597685.1.0.788709270274.issue33015@psf.upfronthosting.co.za>
2018-11-30 17:08:05vstinnerlinkissue33015 messages
2018-11-30 17:08:05vstinnercreate