]> granicus.if.org Git - python/commit
python-gdb.py: Replace invalid Unicode character with U+FFFD to be able to
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 11 Apr 2013 19:37:45 +0000 (21:37 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 11 Apr 2013 19:37:45 +0000 (21:37 +0200)
commitd8a5cc91e6559e11ca28e6a915017433b14b12d1
treec4446c1b935248a18aeb30d17a86a97d61fd7437
parentdc040f099d580029852555921b3483da027326c1
python-gdb.py: Replace invalid Unicode character with U+FFFD to be able to
display invalid strings. Such strings can be found while Python is creating a
new string, in a text decoder for example, when Python is compiled in debug
mode.
Tools/gdb/libpython.py