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 Yury.Selivanov, brett.cannon, georg.brandl, jkloth, larry, loewis, serhiy.storchaka, taleinat, vajrasky, zach.ware
Date 2014-07-30.14:07:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406729253.93.0.0625474374522.issue20341@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a fresh patch.  After discussing with Martin at EuroPython, I moved the implementation into Python/getargs.c, and the prototypes into modsupport.h.  I'm still using the example of "repeat.new" to show what it looks like and how it works.  However I don't plan on checking the changes to repeat.new in when I check in the patch--I'd want to discuss it with Raymond first.
History
Date User Action Args
2014-07-30 14:07:34larrysetrecipients: + larry, loewis, brett.cannon, georg.brandl, taleinat, jkloth, Yury.Selivanov, zach.ware, serhiy.storchaka, vajrasky
2014-07-30 14:07:33larrysetmessageid: <1406729253.93.0.0625474374522.issue20341@psf.upfronthosting.co.za>
2014-07-30 14:07:33larrylinkissue20341 messages
2014-07-30 14:07:33larrycreate