Skip to content

Commit 86acf79

Browse files
Update Doc/whatsnew/3.15.rst
Co-authored-by: Mikhail Efimov <[email protected]>
1 parent c691449 commit 86acf79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,8 +806,8 @@ New features
806806
Changed C APIs
807807
--------------
808808

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.
809+
* If the :c:macro:`Py_TPFLAGS_MANAGED_DICT` or :c:macro:`Py_TPFLAGS_MANAGED_WEAKREF`
810+
flag is set then :c:macro:`Py_TPFLAGS_HAVE_GC` must be set too.
811811
(Contributed by Sergey Miryanov in :gh:`134786`)
812812

813813

0 commit comments

Comments
 (0)