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 f3e8b5d commit 00962d2Copy full SHA for 00962d2
Doc/whatsnew/3.12.rst
@@ -1039,6 +1039,11 @@ Porting to Python 3.12
1039
functions that set the error indicator now normalize the exception
1040
before storing it. (Contributed by Mark Shannon in :gh:`101578`.)
1041
1042
+* ``_Py_RefTotal`` is no longer authoritative and only kept around
1043
+ for ABI compabitility. Note that it is an internal global and only
1044
+ available on debug builds. If you happen to be using it then you'll
1045
+ need to start using ``_Py_GetGlobalRefTotal()``.
1046
+
1047
Deprecated
1048
----------
1049
0 commit comments