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 efiop, eryksun, gregory.p.smith, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-06-25.00:14:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561421644.95.0.838981906163.issue37380@roundup.psfhosted.org>
In-reply-to
Content
> 2) ignore EBADF(OSError: [WinError 6] The handle is invalid) in terminate() and probably some other methods

That sounds like a bad idea. We should avoid using a handle if it can become invalid out of our control. A handle might be recycled, no?
History
Date User Action Args
2019-06-25 00:14:05vstinnersetrecipients: + vstinner, gregory.p.smith, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, efiop
2019-06-25 00:14:04vstinnersetmessageid: <1561421644.95.0.838981906163.issue37380@roundup.psfhosted.org>
2019-06-25 00:14:04vstinnerlinkissue37380 messages
2019-06-25 00:14:04vstinnercreate