2
0
mirror of https://github.com/boostorg/python.git synced 2026-02-08 11:02:30 +00:00

bug fix in error reporting of __init__

[SVN r8316]
This commit is contained in:
Ullrich Köthe
2000-11-24 12:44:17 +00:00
parent 0bcf6cfba1
commit 6638efe5a2
6 changed files with 19 additions and 6 deletions

View File

@@ -165,6 +165,7 @@ private: // override function hook
PyObject* do_call(PyObject* args, PyObject* keywords) const;
private:
virtual instance_holder_base* create_holder(extension_instance* self, PyObject* tail_args, PyObject* keywords) const = 0;
string arguments_as_string(tuple arguments) const;
};