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 methane
Recipients eric.smith, methane, ncoghlan, rhettinger, serhiy.storchaka, xiang.zhang
Date 2016-11-21.09:10:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479719459.69.0.0643087564516.issue28638@psf.upfronthosting.co.za>
In-reply-to
Content
> If someone comes forward with more fully formed idea for code generation or overall structural enchancement, that can be put in another tracker item.

I noticed argument clinic supports Python [1]. So there is one way to code generation already.
Attached patch uses Argument Clinic and Makefile to generate source.

[1]: https://docs.python.org/3.5/howto/clinic.html#using-argument-clinic-in-python-files
History
Date User Action Args
2016-11-21 09:10:59methanesetrecipients: + methane, rhettinger, ncoghlan, eric.smith, serhiy.storchaka, xiang.zhang
2016-11-21 09:10:59methanesetmessageid: <1479719459.69.0.0643087564516.issue28638@psf.upfronthosting.co.za>
2016-11-21 09:10:59methanelinkissue28638 messages
2016-11-21 09:10:59methanecreate