]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- On 64-bit platforms, when __len__() returns a value that cannot be
authorGuido van Rossum <guido@python.org>
Tue, 20 Sep 2005 16:36:07 +0000 (16:36 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 20 Sep 2005 16:36:07 +0000 (16:36 +0000)
commitb693c1cea0c994cd586e935cee12f75a4295a859
tree068d4906881146b733b14c6d6bcf7ef408bd5d33
parent523263d4436dc025db66be5b4e40ae3f26050ee9
- On 64-bit platforms, when __len__() returns a value that cannot be
  represented as a C int, raise OverflowError.
(Will forward-port.)
Misc/NEWS
Objects/classobject.c
Objects/typeobject.c