]> granicus.if.org Git - python/commit
Minor performance tweak for deque.index() with a start argument (GH-9440)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Fri, 21 Sep 2018 08:46:41 +0000 (01:46 -0700)
committerGitHub <noreply@github.com>
Fri, 21 Sep 2018 08:46:41 +0000 (01:46 -0700)
commitb46ad5431d2643f61e929c1ffec48766b2fafd75
treed82d6b7498df61a8f86afdb38f5396c826b7c4a3
parentfb3e9c00ed79f4d880ab9a67aab861eb3660ec75
Minor performance tweak for deque.index() with a start argument (GH-9440)
Lib/test/test_deque.py
Modules/_collectionsmodule.c