]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[Doc] Remove unnecessary quotes from typing module (#137207)
authorAdorilson Bezerra <adorilson@gmail.com>
Fri, 8 Aug 2025 02:04:59 +0000 (03:04 +0100)
committerGitHub <noreply@github.com>
Fri, 8 Aug 2025 02:04:59 +0000 (19:04 -0700)
commitf06fcb7f4b430993ece308e4e11cba939a676c69
tree7fe30a8aa5192238551644cb538e996ab00da78d
parentb4a1974aa2af63c4754846af9abfb436372e19c7
[Doc] Remove unnecessary quotes from typing module (#137207)

* gh-106320: Remove private _PyInterpreterState functions (#106335)

Remove private _PyThreadState and _PyInterpreterState C API
functions: move them to the internal C API (pycore_pystate.h and
pycore_interp.h). Don't export most of these functions anymore, but
still export functions used by tests.

Remove _PyThreadState_Prealloc() and _PyThreadState_Init() from the C
API, but keep it in the stable API.

* Doc: minor change

* Revert "Doc: minor change"

This reverts commit ebfa0937c2caf0110ab1540f14956d56fe925092.

* [Doc] Remove unnecessary quotes from typing (See Also section)

* [Doc] Remove unnecessary quotes from typing

---------

Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/library/typing.rst