]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-134989: Implement PyObject_DelAttr() as a macro in the limited C API (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 4 Jun 2025 13:33:20 +0000 (15:33 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Jun 2025 13:33:20 +0000 (13:33 +0000)
commitda1bbce4ce1a3cd46cc83e7fa1baf279713c25a6
tree8b6ec4f2761cfbc2244b7e5265c0dd8b9ad2d7b4
parent3b01be24e715ce5f07ea015c9f73450b8abd1f08
[3.14] gh-134989: Implement PyObject_DelAttr() as a macro in the limited C API (GH-135021) (#135133)

gh-134989: Implement PyObject_DelAttr() as a macro in the limited C API (GH-135021)
(cherry picked from commit c21113072cd1f0da83729f99d3576647db85d816)

Co-authored-by: Victor Stinner <vstinner@python.org>
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]