]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148829: Implement PEP 661 (#148831)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 28 Apr 2026 02:28:30 +0000 (19:28 -0700)
committerGitHub <noreply@github.com>
Tue, 28 Apr 2026 02:28:30 +0000 (19:28 -0700)
commit29a92abb6052cdbbecf97f24f576e29da88d12fc
treeec3ade1e27e38a35ea9d0c3bdc4a1b7b37081661
parent0efd679a6ce3b57ec3c5cd07f795d36170629dc6
gh-148829: Implement PEP 661 (#148831)

Co-authored-by: Victorien <65306057+Viicos@users.noreply.github.com>
Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
24 files changed:
Doc/c-api/concrete.rst
Doc/c-api/sentinel.rst [new file with mode: 0644]
Doc/data/refcounts.dat
Doc/library/functions.rst
Doc/whatsnew/3.15.rst
Include/Python.h
Include/sentinelobject.h [new file with mode: 0644]
Lib/test/pickletester.py
Lib/test/test_builtin.py
Lib/test/test_capi/test_object.py
Lib/typing.py
Makefile.pre.in
Misc/NEWS.d/next/Core_and_Builtins/2026-04-21-06-43-32.gh-issue-148829.GtIrYO.rst [new file with mode: 0644]
Modules/_testcapi/object.c
Objects/clinic/sentinelobject.c.h [new file with mode: 0644]
Objects/object.c
Objects/sentinelobject.c [new file with mode: 0644]
Objects/unionobject.c
PCbuild/_freeze_module.vcxproj
PCbuild/_freeze_module.vcxproj.filters
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/bltinmodule.c
Tools/c-analyzer/cpython/globals-to-fix.tsv