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 Bernt.Røskar.Brenna, Segev Finer, eryksun, gregory.p.smith, paul.moore, sbt, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-12-18.09:35:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513589737.45.0.213398074469.issue19764@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you Sergev Finer for finishing the implementation of my PEP 446. Supporting to only inherit a set of Windows handles was a "small note" my PEP 446, mostly because I didn't feel able to implement the feature, but also because we still supported Windows versions which didn't implement this feature (PROC_THREAD_ATTRIBUTE_HANDLE_LIST) if I recall correctly.

Thanks Eryk Sun, Gregory P. Smith and Steve Dower for the reviews and help on getting this nice feature into Python 3.7!
History
Date User Action Args
2017-12-18 09:35:37vstinnersetrecipients: + vstinner, gregory.p.smith, paul.moore, tim.golden, Bernt.Røskar.Brenna, sbt, zach.ware, eryksun, steve.dower, Segev Finer
2017-12-18 09:35:37vstinnersetmessageid: <1513589737.45.0.213398074469.issue19764@psf.upfronthosting.co.za>
2017-12-18 09:35:37vstinnerlinkissue19764 messages
2017-12-18 09:35:37vstinnercreate