STINNER Victor <vstin...@redhat.com> added the comment:

cond_race.py: simplified example using threading.Lock and threading.Condition: 
the issue seems to be related to threading.Event which doesn't handle properly 
signals.

----------
nosy: +pitrou, serhiy.storchaka
Added file: https://bugs.python.org/file47765/cond_race.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34486>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to