This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jcea
Recipients jcea
Date 2012-11-17.03:51:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2012-11-17 03:51:52jceasetrecipients: + jcea
2012-11-17 03:51:52jceasetmessageid: <[email protected]>
2012-11-17 03:51:52jcealinkissue16490 messages
2012-11-17 03:51:52jceacreate