]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-74929: PEP 667 C API documentation (gh-119379)
authorAlyssa Coghlan <ncoghlan@gmail.com>
Sat, 1 Jun 2024 03:59:35 +0000 (13:59 +1000)
committerGitHub <noreply@github.com>
Sat, 1 Jun 2024 03:59:35 +0000 (13:59 +1000)
commit3859e09e3d92d004978dd838f0511364e7edfb94
tree60a158731f3a25cabcdde23cc4a5f3fda7ecf390
parentcc5cd4d93e3e079e897da9ceb1732ef16d79d01b
gh-74929: PEP 667 C API documentation (gh-119379)

* Add docs for new APIs
* Add soft-deprecation notices
* Add What's New porting entries
* Update comments referencing `PyFrame_LocalsToFast()` to mention the proxy instead
* Other related cleanups found when looking for refs to the deprecated APIs
Doc/c-api/reflection.rst
Doc/data/refcounts.dat
Doc/whatsnew/3.13.rst
Lib/test/test_sys.py
Objects/frameobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/sysmodule.c