Oleg Oshmyan <chor...@inbox.lv> added the comment: Unfortunately it was not.
>>> Extension('myext', define_macros=[]) Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: __init__() takes from 3 to 17 positional arguments but 3 were given The issue is that the message tries to differentiate between positional and keyword arguments, while it really should differentiate between required and optional ones. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6474> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com