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 larry
Recipients larry, meador.inge
Date 2014-01-18.01:55:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Argument Clinic currently prevents the "impl" function from ever seeing the "args" tuple or the "kwargs" dict.  There should be a way to ask it to pass those values in to the "impl" function.
History
Date User Action Args
2014-01-18 01:55:25larrysetrecipients: + larry, meador.inge
2014-01-18 01:55:25larrysetmessageid: <[email protected]>
2014-01-18 01:55:25larrylinkissue20291 messages
2014-01-18 01:55:25larrycreate