Files
cpython/Objects
Thomas Heller 850566b644 Strange control flow in PyInt_AsLong. When nb_int is called inside
the PyInt_AsLong function, and this returns a long, the value is first
retrieved with PyLong_AsLong, but afterwards overwritten by a call to
PyInt_AS_LONG.

Fixes SF #690253.
2003-02-20 20:32:11 +00:00
..
2002-08-06 22:12:52 +00:00
2003-02-15 14:45:12 +00:00
2003-02-19 03:19:29 +00:00
2002-11-23 09:13:40 +00:00
2003-01-03 21:22:08 +00:00