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 f5198b0 commit eeb4e97Copy full SHA for eeb4e97
Doc/whatsnew/3.13.rst
@@ -998,7 +998,9 @@ New Features
998
* Add :c:func:`PyObject_VisitManagedDict` and
999
:c:func:`PyObject_ClearManagedDict` functions which must be called by the
1000
traverse and clear functions of a type using
1001
- :c:macro:`Py_TPFLAGS_MANAGED_DICT` flag.
+ :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.
1004
(Contributed by Victor Stinner in :gh:`107073`.)
1005
1006
Porting to Python 3.13
0 commit comments