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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user