diff options
Diffstat (limited to 'Objects/longobject.c')
-rw-r--r-- | Objects/longobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/longobject.c b/Objects/longobject.c index bb02c9c..694c453 100644 --- a/Objects/longobject.c +++ b/Objects/longobject.c @@ -228,7 +228,7 @@ PyLong_AsLong(PyObject *vv) return -1; } -/* Get a C long int from a long int object. +/* Get a C unsigned long int from a long int object. Returns -1 and sets an error condition if overflow occurs. */ unsigned long |