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 5e9f649 commit 5768d08Copy full SHA for 5768d08
Doc/library/concurrent.interpreters.rst
@@ -383,10 +383,9 @@ Communicating Between Interpreters
383
384
.. exception:: ItemInterpreterDestroyed
385
386
- This exception, a subclass of :exc:`QueueError`, is raised by
387
- :meth:`!Queue.get` and :meth:`!Queue.get_nowait` when the original
388
- interpreter that put an item into the queue has been destroyed and
389
- the queue was created with ``unbounditems=UNBOUND_ERROR``.
+ This exception is raised by :meth:`!Queue.get` and :meth:`!Queue.get_nowait`
+ when the original interpreter that put an item into the queue has been
+ destroyed and the queue was created with ``unbounditems=UNBOUND_ERROR``.
390
391
392
Basic usage
0 commit comments