This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients eryksun, hafizbilal100, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-09-02.12:36:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599050193.87.0.427897462527.issue41686@roundup.psfhosted.org>
In-reply-to
Content
> Maybe in the time module?

The SIGINT event is also needed by PyOS_Readline, _io (builtin), _winapi (builtin), and _multiprocessing (pyd). Is the time module guaranteed to be imported in 3.x? It appears to get imported incidentally via _PyImportZip_Init (zipimport). 

Could sigint_event be relocated to a platform-dependent union in _PyRuntimeState that gets initialized and finalized independent of any module? For example, accessed as _PyRuntime.platform.windows.sigint_event.
History
Date User Action Args
2020-09-02 12:38:46eryksununlinkissue41686 messages
2020-09-02 12:36:33eryksunsetrecipients: + eryksun, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, hafizbilal100
2020-09-02 12:36:33eryksunsetmessageid: <1599050193.87.0.427897462527.issue41686@roundup.psfhosted.org>
2020-09-02 12:36:33eryksunlinkissue41686 messages
2020-09-02 12:36:33eryksuncreate