Skip to content
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] closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912) #23925

Merged
merged 1 commit into from Dec 24, 2020

Conversation

miss-islington
Copy link
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
Contributor Author

miss-islington commented Dec 24, 2020

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

@miss-islington
Copy link
Contributor Author

miss-islington commented Dec 24, 2020

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

@miss-islington miss-islington merged commit efd64c8 into python:3.8 Dec 24, 2020
4 checks passed
@miss-islington miss-islington deleted the backport-b57ada9-3.8 branch Dec 24, 2020
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.

None yet

5 participants