[issue39032] wait_for and Condition.wait still not playing nicely

2019-12-27 Thread Antonin Rousset
Change by Antonin Rousset : -- nosy: +Antonin Rousset ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue39032] wait_for and Condition.wait still not playing nicely

2019-12-12 Thread Chris
New submission from Chris : This is related to https://bugs.python.org/issue22970, https://bugs.python.org/issue33638, and https://bugs.python.org/issue32751. I've replicated the issue on Python 3.6.9, 3.7.4, and 3.8.0. Looking at the source, I'm fairly sure the bug is still in master right n