]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-33031: Remove dead code in C implementation of OrderedDict. (GH-6120) ...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 9 Apr 2018 18:46:41 +0000 (21:46 +0300)
committerGitHub <noreply@github.com>
Mon, 9 Apr 2018 18:46:41 +0000 (21:46 +0300)
commitb0f387d7ca126d486fc82744b8ec90c131230311
treecad0186b0eed6deb6675ca23f3824a27acb65d9e
parent9b25bd6e26b50ade8d52a85c78d957b1f6f9131c
[3.7] bpo-33031: Remove dead code in C implementation of OrderedDict. (GH-6120) (GH-6433)

This code doesn't have effect on the final result, but causes
GCC 8 warnings and can have an undefined behavior.
(cherry picked from commit 827d49f3cf0296f1e267eae6834a977cf312cc1e)
Objects/odictobject.c