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, rmsr, serhiy.storchaka, zach.ware
Date 2014-01-18.09:54:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390038885.07.0.823923360544.issue20227@psf.upfronthosting.co.za>
In-reply-to
Content
I have a couple big patches incoming, over the next couple of days.  Here's a sneak-peek of my todo list:

* buffer support just went in (#20287)
* all builtins support landing maybe tomorrow (#20260)
* suppress the "self" parameter on impl for METH_STATIC
* allow variables to be renamed between parsing and impl functions ***
* allow passing in args and kwargs into impl (#20291)

The one I triple-starred is going to change the code you hacked up a *lot*.  I'm not going to look at this patch before then, because that change will break the patch completely.

But I'll make you a deal.  If you try again *after* all of the above lands, I'll look at it, and if it's fine it can probably go in.

I don't know if I said, but the obvious syntax is "foo as bar".  "as" should bind more tightly than the colon for the converter.
History
Date User Action Args
2014-01-18 09:54:45larrysetrecipients: + larry, georg.brandl, rmsr, zach.ware, serhiy.storchaka
2014-01-18 09:54:45larrysetmessageid: <1390038885.07.0.823923360544.issue20227@psf.upfronthosting.co.za>
2014-01-18 09:54:45larrylinkissue20227 messages
2014-01-18 09:54:44larrycreate