[issue43821] Undocumented behavior of sleep functions and asyncio delayed execution

2021-04-12 Thread Josef Havránek
New submission from Josef Havránek : Hi i found undocumented behavior of time.sleep, and call_at / call_later from asyncio loop There are two things to properly document/consider. It is time of delay/sleep when time for python stops (aka computer is going to hibernate/Cpu not runing

[issue41128] Signal handlers should not hang during blocked main thread

2020-07-04 Thread Josef Havránek
Change by Josef Havránek : -- nosy: -Josef Havránek ___ Python tracker <https://bugs.python.org/issue41128> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41128] Signal handlers should not hang during blocked main thread

2020-06-26 Thread Josef Havránek
Change by Josef Havránek : -- type: enhancement -> behavior ___ Python tracker <https://bugs.python.org/issue41128> ___ ___ Python-bugs-list mailing list Un

[issue41128] Signal handlers should not hang during blocked main thread

2020-06-26 Thread Josef Havránek
New submission from Josef Havránek : python3 When handling signals (via signal module) have delayed execution when main thread is blocked/waiting for event That is sub-optimal(signal "could get lost"). Signals shoud be handled asap... Think about scenario when os may be asking pyt