]> granicus.if.org Git - python/commit
bpo-27660: remove unnecessary overflow checks in list_resize (GH-189)
authorXiang Zhang <angwerzx@126.com>
Wed, 22 Feb 2017 04:32:30 +0000 (12:32 +0800)
committerGitHub <noreply@github.com>
Wed, 22 Feb 2017 04:32:30 +0000 (12:32 +0800)
commit4cee049f5b6864066b8315e9b54de955e5487dfc
tree9c2e27f0eac06b5a07e10418722f5c063b3fbfed
parent3e8d6cb1892377394e4b11819c33fbac728ea9e0
bpo-27660: remove unnecessary overflow checks in list_resize (GH-189)
Objects/listobject.c