Serhiy Storchaka added the comment:

Thank you for your examples Raymond, but they don't directly related to this 
issue, implementing support of var-positional and var-keyword parameters. I 
believe that it is possible to solve it, and the solution is complex, but is 
not extremal hard. I'm working on the first part of this.

Your examples show other, more hard issue. It looks to me that the only 
solution of that issue is to add support of multiple signatures for functions. 
But this can break the API of the inspect module.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20291>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to