Skip to content

Commit b5ae2b1

Browse files
PEP 734: Drop the "syncobj" parameter (#4467)
1 parent 4831622 commit b5ae2b1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

peps/pep-0734.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,12 +465,10 @@ is sent (and shared) without serialization. See `Shareable Objects`_.
465465

466466
The module defines the following functions:
467467

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

472-
"syncobj" is used as the default for ``put()`` and ``put_nowait()``.
473-
474472
Queue Objects
475473
-------------
476474

0 commit comments

Comments
 (0)