]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-134989: Implement PyObject_DelAttr() as a macro in the limited C API (GH...
authorVictor Stinner <vstinner@python.org>
Wed, 4 Jun 2025 15:10:51 +0000 (17:10 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Jun 2025 15:10:51 +0000 (17:10 +0200)
commit95f62969bb22a8b14f403818c1078567260ed344
treec80719bb55e0cd12481ab1c635bf612915d93849
parent659631f7697079e31e2a8c31fd686b24c85c9b2d
[3.13] gh-134989: Implement PyObject_DelAttr() as a macro in the limited C API (GH-135021) (#135134)

gh-134989: Implement PyObject_DelAttr() as a macro in the limited C API (GH-135021)

(cherry picked from commit c21113072cd1f0da83729f99d3576647db85d816)
Include/abstract.h
Misc/NEWS.d/next/C API/2025-06-02-13-19-22.gh-issue-134989.sDDyBN.rst [new file with mode: 0644]