cpython/Tools/gdb
Miss Islington (bot) efd64c8ea0
closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-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 b57ada98da)

Co-authored-by: Augusto Hack <hack.augusto@gmail.com>
2020-12-24 09:34:28 -08:00
..
libpython.py closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912) 2020-12-24 09:34:28 -08:00