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 eryksun, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-06-16.15:57:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623859070.0.0.638208806668.issue44436@roundup.psfhosted.org>
In-reply-to
Content
> CloseHandle(GetCurrentThread())

This is useless. GetCurrentThread() returns a pseudo handle. The GetCurrentThread() documentation says:

"The pseudo handle need not be closed when it is no longer needed. Calling the CloseHandle function with this handle has no effect."
History
Date User Action Args
2021-06-16 15:57:50vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, eryksun, steve.dower
2021-06-16 15:57:49vstinnersetmessageid: <1623859070.0.0.638208806668.issue44436@roundup.psfhosted.org>
2021-06-16 15:57:49vstinnerlinkissue44436 messages
2021-06-16 15:57:49vstinnercreate