Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions peps/pep-0734.rst
Original file line number Diff line number Diff line change
Expand Up @@ -465,12 +465,10 @@ is sent (and shared) without serialization. See `Shareable Objects`_.

The module defines the following functions:

* ``create_queue(maxsize=0, *, syncobj=False) -> Queue``
* ``create_queue(maxsize=0) -> Queue``
Create a new queue. If the maxsize is zero or negative then the
queue is unbounded.

"syncobj" is used as the default for ``put()`` and ``put_nowait()``.

Queue Objects
-------------

Expand Down