]> granicus.if.org Git - python/commit
Adapt libpython.py and test_gdb.py to Python3
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 21 Apr 2010 13:53:05 +0000 (13:53 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 21 Apr 2010 13:53:05 +0000 (13:53 +0000)
commit67df3a4b7eb67f8c7d7631ba2d0704fe9210d98c
tree381bc4518a42532f8b5045e9a05d38e0f77ff091
parente212416420e446d21dc8b8ecd4e26e5df896d5a3
Adapt libpython.py and test_gdb.py to Python3

 * Rename PyStringObjectPtr to PyBytesObjectPtr
 * Replace PyObject_Print by textiowrapper_write
Lib/test/test_gdb.py
Tools/gdb/libpython.py