gdb_py_tp_name: remove redundant PyErr_Clear gdbpy_print_stack() already clears the error indicator. Thus remove the following call to PyErr_Clear(). Approved-By: Andrew Burgess <aburgess@redhat.com>