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