[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.8] bpo-38525: Fix a segmentation fault when using reverse iterators of empty dict (GH-16846) #16853

Merged
merged 1 commit into from
Oct 19, 2019

Conversation

Copy link
Contributor

miss-islington commented Oct 19, 2019

The reverse iterator for empty dictionaries was not handling correctly shared-key dictionaries.
(cherry picked from commit 24dc2f8)

Co-authored-by: Dong-hee Na donghee.na92@gmail.com

https://bugs.python.org/issue38525

…mpty dict (pythonGH-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 <donghee.na92@gmail.com>
Copy link
Contributor Author

@corona10 and @pablogsal: Status check is done, and it's a success ✅ .

miss-islington merged commit d73205d into python:3.8 Oct 19, 2019
miss-islington deleted the backport-24dc2f8-3.8 branch October 19, 2019 20:20
Copy link
Contributor Author

@corona10 and @pablogsal: Status check is done, and it's a success ✅ .

1 similar comment
Copy link
Contributor Author

@corona10 and @pablogsal: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants