]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport of r61180:
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 2 Mar 2008 20:32:57 +0000 (20:32 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 2 Mar 2008 20:32:57 +0000 (20:32 +0000)
commitd254ca8813986ac72f39fdac90fdf8f63904c28e
tree45080948cf0d0a20a96b3b7e5ee102e1a6325b69
parent80bdb4841cca58ee62935a3fa24e4cebc0b8335c
Backport of r61180:
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.
16 files changed:
Include/pymem.h
Include/pyport.h
Misc/NEWS
Modules/_csv.c
Modules/arraymodule.c
Modules/audioop.c
Modules/binascii.c
Modules/cPickle.c
Modules/cStringIO.c
Modules/datetimemodule.c
Modules/rgbimgmodule.c
Modules/stropmodule.c
Objects/bufferobject.c
Objects/listobject.c
Parser/node.c
Python/bltinmodule.c