diff options
Diffstat (limited to 'Include/longobject.h')
-rw-r--r-- | Include/longobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/longobject.h b/Include/longobject.h index 02bf7ef..a8dace6 100644 --- a/Include/longobject.h +++ b/Include/longobject.h @@ -58,7 +58,7 @@ PyAPI_FUNC(PyObject *) PyLong_GetInfo(void); #error "sizeof(pid_t) is neither sizeof(int), sizeof(long) or sizeof(long long)" #endif /* SIZEOF_PID_T */ -/* For use by intobject.c only */ +/* Used by Python/mystrtoul.c. */ PyAPI_DATA(unsigned char) _PyLong_DigitValue[256]; /* _PyLong_Frexp returns a double x and an exponent e such that the |