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:40:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599050441.24.0.678117751539.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 extension of _PyRuntimeState that gets initialized and finalized independent of any module?
History
Date User Action Args
2020-09-02 12:40:41eryksunsetrecipients: + eryksun, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, hafizbilal100
2020-09-02 12:40:41eryksunsetmessageid: <1599050441.24.0.678117751539.issue41686@roundup.psfhosted.org>
2020-09-02 12:40:41eryksunlinkissue41686 messages
2020-09-02 12:40:41eryksuncreate