commit | 827d49f3cf0296f1e267eae6834a977cf312cc1e | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Apr 09 19:14:26 2018 +0300 |
committer | GitHub <noreply@github.com> | Mon Apr 09 19:14:26 2018 +0300 |
tree | 12757d7987e5e16bceb9f19f276d514d9a5b9393 | |
parent | e4679cd644aa19f9d9df9beb1326625cf2b02c15 [diff] |
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.