Enabling polymorphic re-throw, hence supporting TypeError

This commit is contained in:
Matthias Koefferlein 2022-10-24 22:03:31 +02:00
parent 2b60e2f6e9
commit a72888e331
1 changed files with 1 additions and 1 deletions

View File

@ -614,7 +614,7 @@ push_args (gsi::SerialArgs &arglist, const gsi::MethodBase *meth, PyObject *args
}
ex.set_basic_msg (msg);
throw ex;
throw;
} catch (...) {