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

2020-07-13 Thread SilentGhost
Change by SilentGhost : -- nosy: +pitrou, serhiy.storchaka, vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list

[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 ___ ___ 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 ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 python nicely