]> granicus.if.org Git - python/commit
[2.7] bpo-31579: Fixed a possible leak in enumerate() with large indices. (GH-3753...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 26 Sep 2017 06:11:27 +0000 (09:11 +0300)
committerGitHub <noreply@github.com>
Tue, 26 Sep 2017 06:11:27 +0000 (09:11 +0300)
commit19eb87d857f6d1bad1a3619d9d7534820f82e5f2
tree6413d3c18f9a48c7bd0efa9e401a4dc8bbb5f7de
parentd94a65a0694a188713f91ba7c9fffded090247dc
[2.7] bpo-31579: Fixed a possible leak in enumerate() with large indices. (GH-3753). (#3761)

(cherry picked from commit 0e950dd22b075b4809c84afda8aede02b76ac0fa)
Objects/enumobject.c