]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132284: Don't wrap base PyCFunction slots on class creation if not overridden...
authorTomasz Pytel <tompytel@gmail.com>
Thu, 17 Apr 2025 17:08:59 +0000 (13:08 -0400)
committerGitHub <noreply@github.com>
Thu, 17 Apr 2025 17:08:59 +0000 (18:08 +0100)
commita23ed8b3793aa684e312711cfda9c9fd76168399
tree6e3e5cde747964b95dec7ed026ba1bbda03fb9e5
parent5707837049e8eade92e29f20f055112821b75cd0
gh-132284: Don't wrap base PyCFunction slots on class creation if not overridden (#132329)
Doc/whatsnew/3.14.rst
Lib/test/test_types.py
Misc/NEWS.d/next/Core_and_Builtins/2025-04-09-20-49-04.gh-issue-132284.TxTNka.rst [new file with mode: 0644]
Objects/typeobject.c