We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4831622 commit b5ae2b1Copy full SHA for b5ae2b1
peps/pep-0734.rst
@@ -465,12 +465,10 @@ is sent (and shared) without serialization. See `Shareable Objects`_.
465
466
The module defines the following functions:
467
468
-* ``create_queue(maxsize=0, *, syncobj=False) -> Queue``
+* ``create_queue(maxsize=0) -> Queue``
469
Create a new queue. If the maxsize is zero or negative then the
470
queue is unbounded.
471
472
- "syncobj" is used as the default for ``put()`` and ``put_nowait()``.
473
-
474
Queue Objects
475
-------------
476
0 commit comments