[issue40912] _PyOS_SigintEvent is never closed on Windows

Dong-hee Na report at bugs.python.org
Sat Aug 7 10:58:34 EDT 2021


Dong-hee Na <donghee.na at python.org> added the comment:

@vstinner
https://github.com/python/cpython/blob/ae0a2b756255629140efcbe57fc2e714f0267aa3/Modules/signalmodule.c#L1743

Since _PySignal_Fini close the handle, IMHO we can close this issue.
Is there any corner case to handle this?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40912>
_______________________________________


More information about the Python-bugs-list mailing list