]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Revert "gh-124715: Fix method_dealloc(): use PyObject_GC_UnTrack() (#133199)" (#133434)
authorVictor Stinner <vstinner@python.org>
Mon, 5 May 2025 15:04:43 +0000 (17:04 +0200)
committerGitHub <noreply@github.com>
Mon, 5 May 2025 15:04:43 +0000 (17:04 +0200)
commitc336f1c3126203fd6c38050df94e9fe8c0d7f2e2
treeb2dfcd6ad400ce874740308f20985c1670b224e7
parent99a0d7e5b3c6e80f5b9b0ec88ae439d6d620253c
Revert "gh-124715: Fix method_dealloc(): use PyObject_GC_UnTrack() (#133199)" (#133434)

This reverts commit 662dd294563ce86980c640ad67e3d460a72c9cb9.

The root issue was fixed by the
commit f554237b8ef6c60df651ac17eb0ef0c095cef185.
Objects/classobject.c