STINNER Victor <vstin...@python.org> added the comment:

> 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."

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44436>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to