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 Maxime Belanger
Recipients Maxime Belanger, eric.snow, ncoghlan, ned.deily, paul.moore, ronaldoussoren, steve.dower, tim.golden, zach.ware
Date 2017-12-12.21:55:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513115754.21.0.213398074469.issue32280@psf.upfronthosting.co.za>
In-reply-to
Content
Interesting, would this imply potentially multiple GILs? The major thing we need out of the structure is the (`Py_tss_t`) `autoTSSKey` in order to associate a native thread with its `PyThreadState`.
History
Date User Action Args
2017-12-12 21:55:54Maxime Belangersetrecipients: + Maxime Belanger, paul.moore, ronaldoussoren, ncoghlan, tim.golden, ned.deily, eric.snow, zach.ware, steve.dower
2017-12-12 21:55:54Maxime Belangersetmessageid: <1513115754.21.0.213398074469.issue32280@psf.upfronthosting.co.za>
2017-12-12 21:55:54Maxime Belangerlinkissue32280 messages
2017-12-12 21:55:54Maxime Belangercreate