We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da03e2 commit f195b04Copy full SHA for f195b04
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2025-06-24-13-12-58.gh-issue-134786.MF0VVk.rst
@@ -1,3 +1,3 @@
1
-Force to use :c:macro:`Py_TPFLAGS_HAVE_GC` if
2
-:c:macro:`Py_TPFLAGS_MANAGED_DICT` or :c:macro:`Py_TPFLAGS_MANAGED_WEAKREF`
3
-used.
+Fix segmentation fault when deallocating object of the type with
+:c:macro:`Py_TPFLAGS_MANAGED_WEAKREF` or :c:macro:`Py_TPFLAGS_MANAGED_DICT`
+enabled but without :c:macro:`Py_TPFLAGS_HAVE_GC`.
0 commit comments