]> granicus.if.org Git - python/commit
bpo-33031: Remove dead code in C implementation of OrderedDict. (GH-6120)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 9 Apr 2018 16:14:26 +0000 (19:14 +0300)
committerGitHub <noreply@github.com>
Mon, 9 Apr 2018 16:14:26 +0000 (19:14 +0300)
commit827d49f3cf0296f1e267eae6834a977cf312cc1e
tree12757d7987e5e16bceb9f19f276d514d9a5b9393
parente4679cd644aa19f9d9df9beb1326625cf2b02c15
bpo-33031: Remove dead code in C implementation of OrderedDict. (GH-6120)

This code doesn't have effect on the final result, but causes
GCC 8 warnings and can have an undefined behavior.
Objects/odictobject.c