commit | d8a5cc91e6559e11ca28e6a915017433b14b12d1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Apr 11 21:37:45 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Apr 11 21:37:45 2013 +0200 |
tree | c4446c1b935248a18aeb30d17a86a97d61fd7437 | |
parent | dc040f099d580029852555921b3483da027326c1 [diff] |
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.