[3.9] closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912)#23924
Merged
miss-islington merged 1 commit intopython:3.9from Dec 24, 2020
Merged
Conversation
…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>
Contributor
Author
|
@hackaugusto: Status check is done, and it's a success ✅ . |
benjaminp
approved these changes
Dec 24, 2020
Contributor
Author
|
@hackaugusto: Status check is done, and it's a success ✅ . |
1 similar comment
Contributor
Author
|
@hackaugusto: Status check is done, and it's a success ✅ . |
Contributor
Author
|
Sorry, I can't merge this PR. Reason: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On Fedora 31 gdb is using python 3.7.9, calling
proxyvalon an instance with a dictionary fails because of thedict.iteritemsusage. 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