Skip to content

[3.9] closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912)#23924

Merged
miss-islington merged 1 commit intopython:3.9from
miss-islington:backport-b57ada9-3.9
Dec 24, 2020
Merged

[3.9] closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912)#23924
miss-islington merged 1 commit intopython:3.9from
miss-islington:backport-b57ada9-3.9

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Dec 24, 2020

On Fedora 31 gdb is using python 3.7.9, calling proxyval on an instance with a dictionary fails because of the dict.iteritems usage. This PR changes the code to be compatible with py2 and py3.

This changed seemed small enough to not need an issue and news blurb, if one is required please let me know.

Automerge-Triggered-By: GH:benjaminp
(cherry picked from commit b57ada9)

Co-authored-by: Augusto Hack hack.augusto@gmail.com

https://bugs.python.org/issue42726

…nGH-23912)

On Fedora 31 gdb is using python 3.7.9, calling `proxyval` on an instance with a dictionary fails because of the `dict.iteritems` usage. This PR changes the code to be compatible with py2 and py3.

This changed seemed small enough to not need an issue and news blurb, if one is required please let me know.

Automerge-Triggered-By: GH:benjaminp
(cherry picked from commit b57ada9)

Co-authored-by: Augusto Hack <hack.augusto@gmail.com>
@miss-islington
Copy link
Copy Markdown
Contributor Author

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

@miss-islington
Copy link
Copy Markdown
Contributor Author

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

1 similar comment
@miss-islington
Copy link
Copy Markdown
Contributor Author

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

@miss-islington
Copy link
Copy Markdown
Contributor Author

Sorry, I can't merge this PR. Reason: Base branch was modified. Review and try the merge again..

@miss-islington miss-islington merged commit 3bb8567 into python:3.9 Dec 24, 2020
@miss-islington miss-islington deleted the backport-b57ada9-3.9 branch December 24, 2020 17:37
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