Message376231
> 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. |
|
Date |
User |
Action |
Args |
2020-09-02 12:38:46 | eryksun | unlink | issue41686 messages |
2020-09-02 12:36:33 | eryksun | set | recipients:
+ eryksun, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, hafizbilal100 |
2020-09-02 12:36:33 | eryksun | set | messageid: <1599050193.87.0.427897462527.issue41686@roundup.psfhosted.org> |
2020-09-02 12:36:33 | eryksun | link | issue41686 messages |
2020-09-02 12:36:33 | eryksun | create | |
|