Eryk Sun <eryk...@gmail.com> added the comment:

> 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?

----------

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

Reply via email to