diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-06-27 18:19:09 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-06-27 18:19:09 (GMT) |
commit | d19052c161b737a6f13624cad607bcbe91ae0604 (patch) | |
tree | 2b2b1e5eb4b613541496ec58d6bcff795ca6489f /Include | |
parent | 7ab54e42521335702e879326e868324f2a5b4acb (diff) | |
download | cpython-d19052c161b737a6f13624cad607bcbe91ae0604.zip cpython-d19052c161b737a6f13624cad607bcbe91ae0604.tar.gz cpython-d19052c161b737a6f13624cad607bcbe91ae0604.tar.bz2 |
Issue #9089: Remove references to intobject.c and intobject.h from comments.
Diffstat (limited to 'Include')
-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 |