SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 125 Python

gh-107073: Make PyObject_VisitManagedDict() public (#108763)

Make PyObject_VisitManagedDict() and PyObject_ClearManagedDict()
functions public in Python 3.13 C API.

* Rename _PyObject_VisitManagedDict() to PyObject_VisitManagedDict().
* Rename _PyObject_ClearManagedDict() to PyObject_ClearManagedDict().
* Document these functions.
V
Victor Stinner committed
fc2cb86d210555d509debaeefd370d5331cd9d93
Parent: 6387b53
Committed by GitHub <noreply@github.com> on 10/2/2023, 5:24:08 PM