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
Change by Josef Havránek :
--
nosy: -Josef Havránek
___
Python tracker
<https://bugs.python.org/issue41128>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Josef Havránek :
--
type: enhancement -> behavior
___
Python tracker
<https://bugs.python.org/issue41128>
___
___
Python-bugs-list mailing list
Un
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