This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: multiprocessing: use contex-manager protocol for synchronization primitives
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: neologix, python-dev, sbt
Priority: normal Keywords: needs review, patch

Created on 2014-05-23 21:13 by neologix, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
multiprocessing_context_manager.diff neologix, 2014-05-23 21:13 review
Messages (3)
msg219003 - (view) Author: Charles-François Natali (neologix) * (Python committer) Date: 2014-05-23 21:13
This patch updates multiprocessing to use context-manager for locks, conditions, etc.
msg219086 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-05-25 13:13
New changeset 9724eb19f6d0 by Charles-François Natali in branch 'default':
Issue #21565: multiprocessing: use contex-manager protocol for synchronization
http://hg.python.org/cpython/rev/9724eb19f6d0
msg219093 - (view) Author: Charles-François Natali (neologix) * (Python committer) Date: 2014-05-25 15:04
Committed (I've added a versionchanged as suggested by Antoine), closing.
History
Date User Action Args
2022-04-11 14:58:03adminsetgithub: 65764
2014-05-25 15:04:44neologixsetstatus: open -> closed
resolution: fixed
messages: + msg219093

stage: patch review -> resolved
2014-05-25 13:13:27python-devsetnosy: + python-dev
messages: + msg219086
2014-05-23 21:13:27neologixcreate