- 14 Eki, 2004 1 kayıt (commit)
-
-
Neal Norwitz yazdı
rangeobject.c has an #ifdef that is reached only when LONG_MAX != INT_MAX
-
- 08 Agu, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
Added XXX comment about why the undocumented PyRange_New() API function is too broken to be worth the considerable pain of repairing. Changed range_new() to stop using PyRange_New(). This fixes a variety of bogus errors. Nothing in the core uses PyRange_New() now. Documented that xrange() is intended to be simple and fast, and that CPython restricts its arguments, and length of its result sequence, to native C longs. Added some tests that failed before the patch, and repaired a test that relied on a bogus OverflowError getting raised.
-
- 08 Tem, 2004 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-