* python/py-type.c (typy_strip_typedefs): Don't call check_typedef
outside of TRY_CATCH.
This commit is contained in:
parent
7acbc3a0f6
commit
bc9abe4a91
2 changed files with 6 additions and 1 deletions
|
@ -423,7 +423,7 @@ typy_strip_typedefs (PyObject *self, PyObject *args)
|
|||
}
|
||||
GDB_PY_HANDLE_EXCEPTION (except);
|
||||
|
||||
return type_to_type_object (check_typedef (type));
|
||||
return type_to_type_object (type);
|
||||
}
|
||||
|
||||
/* Strip typedefs and pointers/reference from a type. Then check that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue