]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134786: raise error if `Py_TPFLAGS_MANAGED_WEAKREF` or `Py_TPFLAGS_MANAGED_DICT...
authorSergey Miryanov <sergey.miryanov@gmail.com>
Sun, 2 Nov 2025 11:04:49 +0000 (16:04 +0500)
committerGitHub <noreply@github.com>
Sun, 2 Nov 2025 11:04:49 +0000 (16:34 +0530)
commitda65f38a94c3da515ef7e5081cb5fe81ce97f98e
tree061f273574e2355f633bcbe15d9b36d2d89f6f3b
parentd12cbf2865d2845d238f697ddace83face814972
gh-134786: raise error if `Py_TPFLAGS_MANAGED_WEAKREF` or `Py_TPFLAGS_MANAGED_DICT` is used without `Py_TPFLAGS_HAVE_GC` set (#135863)
Doc/c-api/typeobj.rst
Doc/extending/newtypes.rst
Doc/whatsnew/3.15.rst
Include/object.h
Lib/test/test_capi/test_type.py
Misc/NEWS.d/next/Core_and_Builtins/2025-06-24-13-12-58.gh-issue-134786.MF0VVk.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/typeobject.c