• Victor Stinner's avatar
    bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7726) · e36f94f2
    Victor Stinner authored
    * bpo-32962: python-gdb catchs ValueError on read_var() (GH-7692)
    
    python-gdb now catchs ValueError on read_var(): when Python has no
    debug symbols for example.
    
    (cherry picked from commit 019d33b7)
    
    * bpo-32962: python-gdb catchs UnicodeDecodeError (GH-7693)
    
    python-gdb now catchs UnicodeDecodeError exceptions when calling
    string().
    
    (cherry picked from commit d22fc0bc)
    
    bpo-29367: python-gdb.py now supports also method-wrapper
    (wrapperobject) objects.
    
    (cherry picked from commit 61108333)
    e36f94f2
2018-06-14-16-16-53.bpo-32962.2YfdwI.rst 94 Bytes