]> granicus.if.org Git - python/commit
bpo-31619: Fixed integer overflow in converting huge strings to int. (GH-3884) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 3 Dec 2017 21:27:21 +0000 (13:27 -0800)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 3 Dec 2017 21:27:21 +0000 (23:27 +0200)
commit30a6bc842945e3e9c9c7db887ab495c428ec7074
tree67fcb60d50f240d5067744c46c9c274b1c89b4de
parentc8f32aae0aa173e122cf4c0592caec620d0d1de9
bpo-31619: Fixed integer overflow in converting huge strings to int. (GH-3884) (#4690)

(cherry picked from commit 29ba688034fc4eef0693b86002cf7bee55d692af)
Objects/longobject.c