mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
gh-142066: Fix grammar in multiprocessing Pipes and Queues (GH-142121)
docs: Fix grammar in multiprocessing Pipes and Queues (gh-142066)
This commit is contained in:
parent
229ed3dd1f
commit
981ce0cf3a
1 changed files with 2 additions and 2 deletions
|
|
@ -832,8 +832,8 @@ raising an exception.
|
|||
|
||||
One difference from other Python queue implementations, is that :mod:`multiprocessing`
|
||||
queues serializes all objects that are put into them using :mod:`pickle`.
|
||||
The object return by the get method is a re-created object that does not share memory
|
||||
with the original object.
|
||||
The object returned by the get method is a re-created object that does not share
|
||||
memory with the original object.
|
||||
|
||||
Note that one can also create a shared queue by using a manager object -- see
|
||||
:ref:`multiprocessing-managers`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue