diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/longobject.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Include/longobject.h b/Include/longobject.h index ac09a00..7bdd047 100644 --- a/Include/longobject.h +++ b/Include/longobject.h @@ -209,6 +209,11 @@ PyAPI_FUNC(long) PyOS_strtol(const char *, char **, int); PyAPI_FUNC(PyObject *) _PyLong_GCD(PyObject *, PyObject *); #endif /* !Py_LIMITED_API */ +#ifndef Py_LIMITED_API +PyAPI_DATA(PyObject *) _PyLong_Zero; +PyAPI_DATA(PyObject *) _PyLong_One; +#endif + #ifdef __cplusplus } #endif |