mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 17:52:17 +00:00
fixes for GCC .so/exception problems
[SVN r13471]
This commit is contained in:
@@ -51,7 +51,7 @@ void function::add_to_namespace(reference<function> new_function, const char* na
|
||||
(string("Attempt to overload ") + name
|
||||
+ " failed. The existing attribute has type "
|
||||
+ existing_object->ob_type->tp_name).get());
|
||||
throw error_already_set();
|
||||
throw_error_already_set();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user