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 eric.snow
Recipients alex, asvetlov, benjamin.peterson, eric.araujo, eric.snow, ezio.melotti, flox, gregory.p.smith, josh.r, pitrou, refi64, rhettinger, serhiy.storchaka, tonn81, yselivanov
Date 2014-12-10.05:12:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418188331.32.0.915642039705.issue16991@psf.upfronthosting.co.za>
In-reply-to
Content
I haven't had time for a while to do much work on this.  At the last posting this patch was basically done.  I'm sure it no longer applies cleanly.  The biggest obstacle to wrapping this issue up is the size of the patch.  It's hard to get a thorough review because someone would have to dedicate the time for it.  Furthermore, adding this much code introduces a debatable risk which needs to be minimized.

When I'm able to get back to this I'll likely split the patch up.  I'd really like to introduce some helpers (perhaps macros) to the C API for writing iterators, since the boilerplate involved is massive; just take a look at how much code in my implementation involves the boilerplate of creating iterators.  Unfortunately I don't know when my time will free up in the near future.  I still hope to land this for 3.5.
History
Date User Action Args
2014-12-10 05:12:11eric.snowsetrecipients: + eric.snow, rhettinger, gregory.p.smith, pitrou, benjamin.peterson, ezio.melotti, eric.araujo, alex, asvetlov, flox, serhiy.storchaka, yselivanov, refi64, josh.r, tonn81
2014-12-10 05:12:11eric.snowsetmessageid: <1418188331.32.0.915642039705.issue16991@psf.upfronthosting.co.za>
2014-12-10 05:12:11eric.snowlinkissue16991 messages
2014-12-10 05:12:10eric.snowcreate