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 georg.brandl, larry, serhiy.storchaka
Date 2014-01-12.13:29:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389533342.26.0.0325016113526.issue20158@psf.upfronthosting.co.za>
In-reply-to
Content
You can accomplish that workflow by using the Clinic buffer prototype and moving all your output to the "side".  Or by using the "buffer" approach, and stopping when you hit the generated code.  One of these might actually happen in Clinic, too, so hang on to your hats.

https://bitbucket.org/larry/python-clinic-buffer
History
Date User Action Args
2014-01-12 13:29:02larrysetrecipients: + larry, georg.brandl, serhiy.storchaka
2014-01-12 13:29:02larrysetmessageid: <1389533342.26.0.0325016113526.issue20158@psf.upfronthosting.co.za>
2014-01-12 13:29:02larrylinkissue20158 messages
2014-01-12 13:29:02larrycreate