Skip to content

Conversation

@aisk
Copy link
Contributor

@aisk aisk commented Sep 26, 2025

  • Removed the non-existent dedent parameter from Interpreter.exec().
  • Fixed exception class names for QueueEmpty/QueueFull.
  • Added missing parameter documentation for create_queue() including maxsize and unbounditems.
  • Documented the additional unbounditems parameter for Queue.put() and Queue.put_nowait().
  • Added missing documentation for the ItemInterpreterDestroyed exception class.

Update: removed the changes for _queues.py related documents because in the future we want to make the _queues.py module public and we should document them here.


📚 Documentation preview 📚: https://cpython-previews--139358.org.readthedocs.build/

and return a :class:`Interpreter` object for it.

.. function:: create_queue()
.. function:: create_queue(maxsize=0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this include the full signature? maxsize=0, *, unbounditems=UNBOUND

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting core review docs Documentation in the Doc dir skip news

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

3 participants