[New-bugs-announce] [issue40912] _PyOS_SigintEvent is never closed on Windows

Steve Dower report at bugs.python.org
Mon Jun 8 14:39:53 EDT 2020


New submission from Steve Dower <steve.dower at python.org>:

Currently, it's just stored as global state in signalmodule.c and forgotten about. It probably needs to become module state, and the signal module needs better initialization/shutdown.

----------
components: Windows
messages: 371036
nosy: eric.snow, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
priority: normal
severity: normal
stage: needs patch
status: open
title: _PyOS_SigintEvent is never closed on Windows
type: enhancement
versions: Python 3.10, Python 3.9

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


More information about the New-bugs-announce mailing list