Message411734
BaseEventLoop has _check_loop() method that is closed in debug mode only.
UnixEventLoop doesn't call this method for unix-specific API.
Adding the check to add_signal_handler()/remove_signal_handler() doesn't hurt, sure.
But it doesn't help as the script is executed in non-debug mode.
Performing a check on every call_soon() call kills the performance, that's why debug mode is required. |
|
Date |
User |
Action |
Args |
2022-01-26 10:41:20 | asvetlov | set | recipients:
+ asvetlov, yselivanov, jnwatson, epiphyte, iritkatriel |
2022-01-26 10:41:20 | asvetlov | set | messageid: <1643193680.23.0.043967559987.issue34680@roundup.psfhosted.org> |
2022-01-26 10:41:20 | asvetlov | link | issue34680 messages |
2022-01-26 10:41:20 | asvetlov | create | |
|