]> granicus.if.org Git - python/commit
Issue #15989: Fixed some scarcely probable integer overflows.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 6 Sep 2015 18:25:30 +0000 (21:25 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 6 Sep 2015 18:25:30 +0000 (21:25 +0300)
commit56f6e76c680f47ad2b11bed9406305a000a1889a
tree072b1cbb10bcc6a2f1ddf761c5bf49a8b447a560
parent7827a5b7c29ae71daf0175ce3398115374ceb50e
Issue #15989: Fixed some scarcely probable integer overflows.
It is very unlikely that they can occur in real code for now.
Modules/_datetimemodule.c
Modules/_io/_iomodule.c
Modules/posixmodule.c
Modules/readline.c
Objects/structseq.c
Python/Python-ast.c
Python/pythonrun.c