Skip to content

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

Merged
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-24dc2f8-3.8
Oct 19, 2019
Merged

[3.8] bpo-38525: Fix a segmentation fault when using reverse iterators of empty dict (GH-16846)#16853
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-24dc2f8-3.8

Conversation

@miss-islington

@miss-islington miss-islington commented Oct 19, 2019

Copy link
Copy Markdown
Contributor

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>
@miss-islington

Copy link
Copy Markdown
Contributor Author

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

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

Copy link
Copy Markdown
Contributor Author

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

1 similar comment
@miss-islington

Copy link
Copy Markdown
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