commit | d73205d788a32148ba9a2beaa27badbd94ab65ff | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Oct 19 13:20:51 2019 -0700 |
committer | GitHub <noreply@github.com> | Sat Oct 19 13:20:51 2019 -0700 |
tree | 0d45accb52bb202f9816b91194ac3bcab0168e6a | |
parent | bbd600a17b24155f0b36f2cd473e17b09029ade6 [diff] |
bpo-38525: Fix a segmentation fault when using reverse iterators of empty dict (GH-16846) The reverse iterator for empty dictionaries was not handling correctly shared-key dictionaries. (cherry picked from commit 24dc2f8c56697f9ee51a4887cf0814b6600c1815) Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>