mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 05:42:30 +00:00
Stop printing return types in error messages.
[SVN r19286]
This commit is contained in:
@@ -220,7 +220,7 @@ void function::argument_error(PyObject* args, PyObject* keywords) const
|
||||
}
|
||||
|
||||
signatures.append(
|
||||
"%s(%s) -> %s" % make_tuple(f->m_name, str(", ").join(formal), s[0].basename)
|
||||
"%s(%s)" % make_tuple(f->m_name, str(", ").join(formal))
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user