]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Minor fixes to C API docs (GH-31501)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 23 Feb 2022 04:34:17 +0000 (20:34 -0800)
committerGitHub <noreply@github.com>
Wed, 23 Feb 2022 04:34:17 +0000 (20:34 -0800)
commit43cf44ddcce6b225f959ea2a53e4817244ca6054
treea49cd9e7c937cb648e0ecdd2131ef8fb9b5550ee
parent1935e1cc284942bec8006287c939e295e1a7bf13
Minor fixes to C API docs (GH-31501)

* C API docs: move PyErr_SetImportErrorSubclass docs

It was in the section about warnings, but it makes more sense to
put it with PyErr_SetImportError.

* C API docs: document closeit argument to PyRun_AnyFileExFlags

It was already documented for PyRun_SimpleFileExFlags.

* textual fixes to unicode docs

* Move paragraph about tp_dealloc into tp_dealloc section

* __aiter__ returns an async iterator, not an awaitable
Doc/c-api/exceptions.rst
Doc/c-api/typeobj.rst
Doc/c-api/unicode.rst
Doc/c-api/veryhigh.rst