We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad77d16 commit 28d369eCopy full SHA for 28d369e
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