Comment 8 for bug 1848457

Revision history for this message
Dantali0n (dantalion) wrote :

Yes, I think the patch you made should be merged regardless off if it fixes the issue.

I traced waiter.event.wait(timeout) all the way down to were it blocks which is line 296 of threading.py with waiter.acquire()

https://github.com/python/cpython/blob/master/Lib/threading.py#L297