bpo-38525: Fix a segmentation fault when using reverse iterators of empty dict#16846
bpo-38525: Fix a segmentation fault when using reverse iterators of empty dict#16846pablogsal merged 8 commits intopython:masterfrom
Conversation
|
CC: @remilapeyre |
pablogsal
left a comment
There was a problem hiding this comment.
Good work! I have left some minor comments and suggestions
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase And if you don't make the requested changes, you will be put in the comfy chair! |
|
Thanks for the suggestion! |
serhiy-storchaka
left a comment
There was a problem hiding this comment.
There is other problem here. See bpo for details.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
|
Sorry for botching that, I will look into the issue with shared keys |
|
Thanks @corona10 for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
|
I'm having trouble backporting to |
|
Thanks @corona10 for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
|
GH-16853 is a backport of this pull request to the 3.8 branch. |
…mpty dict (GH-16846) The reverse iterator for empty dictionaries was not handling correctly shared-key dictionaries. (cherry picked from commit 24dc2f8) Co-authored-by: Dong-hee Na <[email protected]>
|
Nice contributions @corona10, it's rare to have to fix a bug in the dict implementation :-) |
…mpty dict (pythonGH-16846) The reverse iterator for empty dictionaries was not handling correctly shared-key dictionaries.
…mpty dict (pythonGH-16846) The reverse iterator for empty dictionaries was not handling correctly shared-key dictionaries.
https://bugs.python.org/issue38525