]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)
authorCarl Meyer <carl@oddbird.net>
Fri, 21 Oct 2022 13:41:51 +0000 (07:41 -0600)
committerGitHub <noreply@github.com>
Fri, 21 Oct 2022 13:41:51 +0000 (14:41 +0100)
commit82ccbf69a842db25d8117f1c41b47aa5b4ed96ab
tree3a8bdfc3eb837106664433c2e385276fccf64c06
parent8367ca136ed7616cb1f71bd9f1ec98dbcfd35d98
gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)
Doc/c-api/type.rst
Doc/whatsnew/3.12.rst
Include/cpython/object.h
Include/internal/pycore_interp.h
Lib/test/test_capi.py
Lib/test/test_sys.py
Misc/NEWS.d/next/C API/2022-10-05-10-43-32.gh-issue-91051.ODDRsQ.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/typeobject.c