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

PyOS_FiniInterrupts() is a good place to close _PyOS_SigintEvent. Hopefully, 
it's a internal C API and it's not exported, since it's fine to change its 
behavior. Maybe it should be renamed to _PyOS_FiniInterrupts().

----------

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

Reply via email to