[issue10637] Calling CloseHandle twice (Modules/posixmodule.c)

Martin v. Löwis report at bugs.python.org
Mon Dec 6 08:34:23 CET 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

The second CloseHandle call will fail. As we are not checking the CloseHandle result, this has no further consequences, AFAICT.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10637>
_______________________________________


More information about the Python-bugs-list mailing list