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.
Showing
Please register or sign in to comment
The reverse iterator for empty dictionaries was not handling correctly shared-key dictionaries.