[issue40907] cpython/queue.py: put() does not acquire not_empty lock before notifying on it

2020-06-08 Thread r n
Change by r n : -- versions: +Python 3.6, Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40907] cpython/queue.py: put() does not acquire not_empty lock before notifying on it

2020-06-08 Thread r n
Change by r n : -- components: Library (Lib) nosy: r n2 priority: normal severity: normal status: open title: cpython/queue.py: put() does not acquire not_empty lock before notifying on it type: behavior versions: Python 3.8 ___ Python tracker