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 gregory.p.smith
Recipients benjamin.peterson, gregory.p.smith, izbyshev, pitrou, serhiy.storchaka, siddhesh, skrah, steve.dower, vstinner
Date 2018-10-24.19:52:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540410731.02.0.788709270274.issue33015@psf.upfronthosting.co.za>
In-reply-to
Content
This is presumably also present in 3.6 and 2.7 so I've tagged those on the issue, but for this kind of change i'd leave it up to release managers to see if they want to backport something of this nature that late in those release cycles.

Observable side effect: It adds a small memory allocation & free around every thread creation and an additional small C stack frame.  I do not expect that to be observable performance wise given CPython threading not being a high performer thanks to the GIL anyways.
History
Date User Action Args
2018-10-24 19:52:11gregory.p.smithsetrecipients: + gregory.p.smith, pitrou, vstinner, benjamin.peterson, skrah, serhiy.storchaka, steve.dower, siddhesh, izbyshev
2018-10-24 19:52:11gregory.p.smithsetmessageid: <1540410731.02.0.788709270274.issue33015@psf.upfronthosting.co.za>
2018-10-24 19:52:10gregory.p.smithlinkissue33015 messages
2018-10-24 19:52:10gregory.p.smithcreate