]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23450: Fixed possible integer overflows.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 16 Feb 2015 18:52:17 +0000 (20:52 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 16 Feb 2015 18:52:17 +0000 (20:52 +0200)
commit26861b0b29fdf64fba8cd120183408495f2c80e2
tree68aa9e4560327db352dcbda56bf3ea0325bde0f7
parent4d0d9829851915e97ae392dd803976be6c95c8d1
Issue #23450: Fixed possible integer overflows.
Modules/_ctypes/_ctypes.c
Modules/_elementtree.c
Modules/_sqlite/row.c
Modules/_tkinter.c
Objects/bytesobject.c
Objects/obmalloc.c
Python/codecs.c
Python/marshal.c