mirror of
https://github.com/python/cpython.git
synced 2025-09-09 02:11:51 +00:00
bpo-31370: Remove references to threadless builds (#8805)
Support for threadless builds was removed in a6a4dc81
.
This commit is contained in:
parent
508d820512
commit
eef059657d
4 changed files with 10 additions and 19 deletions
|
@ -11,9 +11,7 @@
|
|||
The :mod:`queue` module implements multi-producer, multi-consumer queues.
|
||||
It is especially useful in threaded programming when information must be
|
||||
exchanged safely between multiple threads. The :class:`Queue` class in this
|
||||
module implements all the required locking semantics. It depends on the
|
||||
availability of thread support in Python; see the :mod:`threading`
|
||||
module.
|
||||
module implements all the required locking semantics.
|
||||
|
||||
The module implements three types of queue, which differ only in the order in
|
||||
which the entries are retrieved. In a :abbr:`FIFO (first-in, first-out)`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue