Skip to content

Commit eeb4e97

Browse files
authored
gh-107073: Mention pythoncapi-compat for PyObject_VisitManagedDict() (#110291)
1 parent f5198b0 commit eeb4e97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,9 @@ New Features
998998
* Add :c:func:`PyObject_VisitManagedDict` and
999999
:c:func:`PyObject_ClearManagedDict` functions which must be called by the
10001000
traverse and clear functions of a type using
1001-
:c:macro:`Py_TPFLAGS_MANAGED_DICT` flag.
1001+
:c:macro:`Py_TPFLAGS_MANAGED_DICT` flag. The `pythoncapi-compat project
1002+
<https://github.com/python/pythoncapi-compat/>`__ can be used to get these
1003+
functions on Python 3.11 and 3.12.
10021004
(Contributed by Victor Stinner in :gh:`107073`.)
10031005

10041006
Porting to Python 3.13

0 commit comments

Comments
 (0)