]> granicus.if.org Git - python/commit
bpo-36791: Safer detection of integer overflow in sum(). (GH-13080)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 5 May 2019 11:26:23 +0000 (14:26 +0300)
committerGitHub <noreply@github.com>
Sun, 5 May 2019 11:26:23 +0000 (14:26 +0300)
commit29500737d45cbca9604d9ce845fb2acc3f531401
tree5136598be241d81304a00d8018ecdd8f363482a9
parent88f07a804a0adc0b6ee87687b59d8416113c7331
bpo-36791: Safer detection of integer overflow in sum(). (GH-13080)
Python/bltinmodule.c