]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during dealloc...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Wed, 27 Jul 2022 15:03:38 +0000 (16:03 +0100)
committerGitHub <noreply@github.com>
Wed, 27 Jul 2022 15:03:38 +0000 (16:03 +0100)
commitf40bc7fa49f8d137f9b38f7a14569e9a9bdbed07
tree01f24798d6ac958feac40337a0a877ba60a66b5f
parent2833f3798dc3647e850b303a4d0fa00609a0ae9b
gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during deallocation in debug mode (#95325)
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