You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-105387: Limited C API implements Py_INCREF() as func
In the limited C API version 3.12 and newer, Py_INCREF() and
Py_DECREF() functions are now implemented as opaque function calls in
the stable ABI to hide implementation details.
0 commit comments