2
0
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:
Dave Abrahams
2002-04-13 04:23:41 +00:00
parent 5fbba7bc01
commit 9a140643c8
23 changed files with 144 additions and 93 deletions

View File

@@ -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();
}
}
}