Change by Louis Sautier :
--
keywords: +patch
nosy: +sbraz
nosy_count: 1.0 -> 2.0
pull_requests: +28202
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/29976
___
Python tracker
<https://bugs.python.org/i
Change by Louis Sautier :
--
nosy: +sbraz
nosy_count: 7.0 -> 8.0
pull_requests: +28201
pull_request: https://github.com/python/cpython/pull/29976
___
Python tracker
<https://bugs.python.org/issu
Change by Louis Sautier :
--
nosy: +mdk
___
Python tracker
<https://bugs.python.org/issue43136>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Louis Sautier :
Hello,
I have noticed that when multiple processes try to simultaneously get items
from a multiprocessing queue with block=False, it will raise queue.Empty even
though there are still items in it.
Adding a multiprocessing lock around calls to Queue.get fixes
Change by Louis Sautier :
--
keywords: +patch
pull_requests: +8320
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue34434>
___
___
Py
New submission from Louis Sautier:
Hi,
I noticed a typo in the doc for What’s New In Python 3.5, here's a patch.
--
assignee: docs@python
components: Documentation
files: fixtypo.patch
keywords: patch
messages: 253155
nosy: docs@python, omelette
priority: normal
severity: normal
s