]> granicus.if.org Git - python/commit
Fix python-gdb.py: get C types on demand
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 20 Apr 2016 16:23:13 +0000 (18:23 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 20 Apr 2016 16:23:13 +0000 (18:23 +0200)
commitf6f617c5f77440f681857c9b116b929c1044b26a
treeb848e4aa728690e065cdf30c903e609234c51a75
parent5b48fa9fa4f0848c26ba6a8d7bdaf1c4f555527c
Fix python-gdb.py: get C types on demand

Issue #26799: Fix python-gdb.py: don't get C types once when the Python code is
loaded, but get C types on demand. The C types can change if python-gdb.py is
loaded before the Python executable. Patch written by Thomas Ilsche.
Misc/ACKS
Misc/NEWS
Tools/gdb/libpython.py