]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134989: Implement PyObject_DelAttr() as a macro in the limited C API (GH-135021)
authorVictor Stinner <vstinner@python.org>
Wed, 4 Jun 2025 13:07:52 +0000 (15:07 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Jun 2025 13:07:52 +0000 (15:07 +0200)
commitc21113072cd1f0da83729f99d3576647db85d816
treed8b35cd41fcf98ce45d63855094ee51f75e8c654
parent40c8be0008ecadb5d0dc9a017434b1133a3a6e06
gh-134989: Implement PyObject_DelAttr() as a macro in the limited C API (GH-135021)
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]