Irit Katriel added the comment:
Python 3.6 is no longer maintained and I failed to reproduce this on a Mac on
3.11.
Please create a new issue if you are seeing the problem on a current python
version (>= 3.9) and specify which system you are running it on.
--
nosy: +iritkatriel
res
New submission from Thomas Moreau :
If the methods `set` and `clear` of `multiprocessing.Event` are called one
after another, while a `multiprocessing.Process` calls `wait`, the `Event`
does not match the documented behavior
(https://docs.python.org/3.7/library/threading.html#threading.Event.