]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 27 Jul 2022 15:55:44 +0000 (08:55 -0700)
committerGitHub <noreply@github.com>
Wed, 27 Jul 2022 15:55:44 +0000 (16:55 +0100)
commit503a3a77c13489f909c1131d6408c2b6a0760a97
treecc05f9c1c25464bee69dcd6434e9069adb72cfd4
parent25086f1eed14b64b3681746569b535d70ff94b1c
[3.11] gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during deallocation in debug mode (GH-95325) (#95336)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Misc/NEWS.d/next/Core and Builtins/2022-07-27-14-05-07.gh-issue-95324.28Q5u7.rst [new file with mode: 0644]
Modules/_abc.c
Modules/_ctypes/cfield.c
Modules/_threadmodule.c
Modules/gcmodule.c
Modules/xxlimited.c
Objects/exceptions.c
Objects/weakrefobject.c