]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31619: Fixed integer overflow in converting huge strings to int. (#3884)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 3 Dec 2017 20:16:21 +0000 (22:16 +0200)
committerGitHub <noreply@github.com>
Sun, 3 Dec 2017 20:16:21 +0000 (22:16 +0200)
commit29ba688034fc4eef0693b86002cf7bee55d692af
tree6c21509e358f001279f59349c4ec498a8cc3c7d3
parent1fb72d2ad243c965d4432b4e93884064001a2607
bpo-31619: Fixed integer overflow in converting huge strings to int. (#3884)
Objects/longobject.c