[issue32090] test_put() of test_multiprocessing queue tests has a race condition

2018-05-29 Thread STINNER Victor
STINNER Victor added the comment: I didn't see this failure recently, and I'm no longer able to reproduce the issue on Linux. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue32090] test_put()

2017-11-20 Thread STINNER Victor
New submission from STINNER Victor : The test failed on AMD64 FreeBSD 10.x Shared 3.x: http://buildbot.python.org/all/#/builders/87/builds/200/steps/4/logs/stdio FAIL: test_put (test.test_multiprocessing_fork.WithProcessesTestQueue) --

[issue32090] test_put() of test_multiprocessing queue tests has a race condition

2017-11-20 Thread STINNER Victor
Change by STINNER Victor : -- title: test_put() -> test_put() of test_multiprocessing queue tests has a race condition ___ Python tracker ___ __