8000
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 4ded2c5 commit 421cbf3Copy full SHA for 421cbf3
Include/object.h
@@ -590,7 +590,7 @@ you can count such references to the type object.)
590
extern Py_ssize_t _Py_RefTotal;
591
# define _Py_INC_REFTOTAL() _Py_RefTotal++
592
# define _Py_DEC_REFTOTAL() _Py_RefTotal--
593
-# elif !defined(Py_LIMITED_API) || Py_LIMITED_API+0 > 0x030C0000
+# elif !defined(Py_LIMITED_API) || Py_LIMITED_API+0 > 0x030D0000
594
PyAPI_FUNC(void) _Py_IncRefTotal_DO_NOT_USE_THIS(void);
595
PyAPI_FUNC(void) _Py_DecRefTotal_DO_NOT_USE_THIS(void);
596
# define _Py_INC_REFTOTAL() _Py_IncRefTotal_DO_NOT_USE_THIS()
0 commit comments