Lines Matching refs:Py_LIMITED_API
60 #if defined(Py_LIMITED_API) && defined(Py_TRACE_REFS)
61 # error Py_LIMITED_API is incompatible with Py_TRACE_REFS
231 #if !defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x03030000
234 #if !defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x03040000
237 #if !defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x03090000
280 #if !defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x03030000
325 #ifndef Py_LIMITED_API
346 #ifndef Py_LIMITED_API
463 #if defined(Py_REF_DEBUG) && defined(Py_LIMITED_API) && Py_LIMITED_API+0 >= 0x030A0000 in _Py_INCREF()
478 #if defined(Py_REF_DEBUG) && !(defined(Py_LIMITED_API) && Py_LIMITED_API+0 >= 0x030A0000) in _Py_DECREF()
483 #if defined(Py_REF_DEBUG) && defined(Py_LIMITED_API) && Py_LIMITED_API+0 >= 0x030A0000 in _Py_DECREF()
504 #if defined(Py_REF_DEBUG) && !(defined(Py_LIMITED_API) && Py_LIMITED_API+0 >= 0x030A0000)
633 #if !defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x030A0000
714 #ifndef Py_LIMITED_API
725 #ifdef Py_LIMITED_API in PyType_HasFeature()