]> granicus.if.org Git - python/commit
Merge in release25-maint r60793:
authorGregory P. Smith <greg@mad-scientist.com>
Wed, 11 Jun 2008 07:41:16 +0000 (07:41 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Wed, 11 Jun 2008 07:41:16 +0000 (07:41 +0000)
commit9d53457e599623fbad90833c3448835b42d7e7f9
tree41d37b556618eb8e831463c576d854063a33d77b
parent73baefd7fc86a7f8336e4142efcec74c201acf8f
Merge in release25-maint r60793:

 Added checks for integer overflows, contributed by Google. Some are
 only available if asserts are left in the code, in cases where they
 can't be triggered from Python code.
24 files changed:
Include/pymem.h
Include/pyport.h
Lib/test/test_array.py
Lib/test/test_struct.py
Misc/NEWS
Modules/_csv.c
Modules/_struct.c
Modules/arraymodule.c
Modules/audioop.c
Modules/binascii.c
Modules/cPickle.c
Modules/cStringIO.c
Modules/cjkcodecs/multibytecodec.c
Modules/datetimemodule.c
Modules/md5.c
Modules/stropmodule.c
Objects/bufferobject.c
Objects/listobject.c
Objects/obmalloc.c
Parser/node.c
Python/asdl.c
Python/ast.c
Python/bltinmodule.c
Python/compile.c