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

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