Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
93b736ee
Commit
93b736ee
authored
Jun 24, 2013
by
Richard Oudkerk
Browse files
Options
Browse Files
Download
Plain Diff
Merge.
parents
71e7dbd1
7b69da72
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Doc/library/multiprocessing.rst
Doc/library/multiprocessing.rst
+3
-2
No files found.
Doc/library/multiprocessing.rst
View file @
93b736ee
...
@@ -520,8 +520,9 @@ Note that one can also create a shared queue by using a manager object -- see
...
@@ -520,8 +520,9 @@ Note that one can also create a shared queue by using a manager object -- see
When
an
object
is
put
on
a
queue
,
the
object
is
pickled
and
a
When
an
object
is
put
on
a
queue
,
the
object
is
pickled
and
a
background
thread
later
flushes
the
pickled
data
to
an
underlying
background
thread
later
flushes
the
pickled
data
to
an
underlying
pipe
.
This
has
some
consequences
which
are
a
little
surprising
,
pipe
.
This
has
some
consequences
which
are
a
little
surprising
,
but
should
not
cause
any
pratical
difficulties
--
you
can
always
but
should
not
cause
any
practical
difficulties
--
if
they
really
use
a
managed
queue
if
they
really
bother
you
.
bother
you
then
you
can
instead
use
a
queue
created
with
a
:
ref
:`
manager
<
multiprocessing
-
managers
>`.
(
1
)
After
putting
an
object
on
an
empty
queue
there
may
be
an
(
1
)
After
putting
an
object
on
an
empty
queue
there
may
be
an
infinitessimal
delay
before
the
queue
's :meth:`~Queue.empty`
infinitessimal
delay
before
the
queue
's :meth:`~Queue.empty`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment