Jesús Cea Avión added the comment:

I am fully aware that the interpreter doesn't know how a method/function 
written in C is going to parse the parameter list/keywords. And that even if we 
solve this (for instance, with annotations that create wrappers calling 
"PyArg_Parse()" automatically), every C extension out there would need to 
support it too.

Just brainstorming.

----------

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

Reply via email to