[New-bugs-announce] [issue32879] Race condition in multiprocessing Queue

Simon Bouchard report at bugs.python.org
Mon Feb 19 20:55:02 EST 2018


New submission from Simon Bouchard <simon.bouchard23 at gmail.com>:

The clear list function call in made after the put(data) on the queue. But the data is sometime clear in the queue (randomly). Since both function are call within the same process, a race condition is not expected.

----------
files: code.py
messages: 312391
nosy: TwistedSim
priority: normal
severity: normal
status: open
title: Race condition in multiprocessing Queue
type: behavior
versions: Python 3.6
Added file: https://bugs.python.org/file47453/code.py

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32879>
_______________________________________


More information about the New-bugs-announce mailing list