]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-148829: Add PySentinel_CheckExact() (GH-149725) (#149766)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 May 2026 10:39:38 +0000 (12:39 +0200)
committerGitHub <noreply@github.com>
Wed, 13 May 2026 10:39:38 +0000 (10:39 +0000)
commita5f77a13fdce49bcc6699ab4e7ec8b88e1d261af
tree78ce4a3ad74aa7c89a9e3b5eefebb04597fc0bcf
parent4e369c1deaea5843d08f83c0dadcb4f2cc4de3a9
[3.15] gh-148829: Add PySentinel_CheckExact() (GH-149725) (#149766)

gh-148829: Add PySentinel_CheckExact() (GH-149725)
(cherry picked from commit 94df62542cdf1c9eb082abab1534cbd1fd425062)

Co-authored-by: scoder <stefan_ml@behnel.de>
Doc/c-api/sentinel.rst
Include/cpython/sentinelobject.h
Lib/test/test_capi/test_object.py
Misc/NEWS.d/next/C_API/2026-05-12-16-47-21.gh-issue-149725.HZLBTZ.rst [new file with mode: 0644]
Modules/_testcapi/object.c