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 c691449 commit 86acf79Copy full SHA for 86acf79
Doc/whatsnew/3.15.rst
@@ -806,8 +806,8 @@ New features
806
Changed C APIs
807
--------------
808
809
-* If the :c:macro:`Py_TPFLAGS_MANAGED_DICT` and :c:macro:`Py_TPFLAGS_MANAGED_WEAKREF`
810
- flags are set then :c:macro:`Py_TPFLAGS_HAVE_GC` must be set too.
+* If the :c:macro:`Py_TPFLAGS_MANAGED_DICT` or :c:macro:`Py_TPFLAGS_MANAGED_WEAKREF`
+ flag is set then :c:macro:`Py_TPFLAGS_HAVE_GC` must be set too.
811
(Contributed by Sergey Miryanov in :gh:`134786`)
812
813
0 commit comments