Files
cpython/Objects
Jeremy Hylton c4ad0bcbe5 Clarify return value of PyLong_AsLongLong().
The function is documented to return -1 on error.  If res was < 0, it
returned res.  It wasn't clear that the invariant was res < 0 iff res
== -1.
2002-04-23 20:01:20 +00:00
..
2002-04-16 16:44:51 +00:00
2001-08-29 23:54:21 +00:00
2002-03-18 20:43:51 +00:00