Open
Description
I don't know if this is a problem with the documentation or with reality but:
-
QueueEmptyError
andQueueFullError
don't exist (https://docs.python.org/3.14/library/concurrent.interpreters.html#concurrent.interpreters.QueueEmptyError). They appear to be calledQueueEmpty
andQueueFull
. -
queue.get
doesn't take a block keyword argument. The documentation sayswhich implements the queue.Queue interface.
and
queue.Queue.get
is documented as having ablock
method.
Metadata
Metadata
Assignees
Labels
Projects
Status
Todo
Status
Todo