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 ncoghlan
Recipients eric.smith, methane, ncoghlan, rhettinger, serhiy.storchaka, xiang.zhang
Date 2016-11-21.13:57:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479736646.76.0.961638129394.issue28638@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I had forgotten that Larry had already included Python support in Argument Clinic.

With the inline code auto-generated from the pure Python implementation, that addresses the main maintenance concerns I had. I did briefly wonder about the difficulties of bootstrapping Argument Clinic (since it uses functools), but that's already accounted for in the comment-based design of Argument Clinic itself (i.e. since the generated code is checked in, the previous iteration can be used to generate the updated one when the namedtuple template changes).

Raymond, how does this variant look to you?
History
Date User Action Args
2016-11-21 13:57:26ncoghlansetrecipients: + ncoghlan, rhettinger, eric.smith, methane, serhiy.storchaka, xiang.zhang
2016-11-21 13:57:26ncoghlansetmessageid: <1479736646.76.0.961638129394.issue28638@psf.upfronthosting.co.za>
2016-11-21 13:57:26ncoghlanlinkissue28638 messages
2016-11-21 13:57:26ncoghlancreate