]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87961: Remove outdated notes from functions that aren't in the Limited API (GH...
authorPetr Viktorin <encukou@gmail.com>
Wed, 8 Jun 2022 15:03:07 +0000 (17:03 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Jun 2022 15:03:07 +0000 (17:03 +0200)
commit2c3fe5eeb2b64deb2132d9259e74b521c14fd92d
tree80d3ca593ab283b26e70155a1b9ca75a8b7ffccd
parent243ed5439c32e8517aa745bc2ca9774d99c99d0f
gh-87961: Remove outdated notes from functions that aren't in the Limited API (GH-93581)

* Remove outdated notes from functions that aren't in the Limited API

Nowadays everything that *is* in the Limited API has a note added
automatically.
These notes could mislead people to think that these functions
could never be added to the limited API. Remove them.

* Also remove forgotten note on tp_vectorcall_offset not being finalized
Doc/c-api/call.rst
Doc/c-api/structures.rst
Doc/c-api/typeobj.rst