[Python-Dev] Any volunteers to implement PEP 479?

Chris Angelico rosuav at gmail.com
Sat Feb 21 06:56:25 CET 2015


On Wed, Jan 7, 2015 at 2:48 PM, Guido van Rossum <guido at python.org> wrote:
> There's a proof of concept patch in http://bugs.python.org/issue22906, but
> it doesn't have the __future__ import and probably gets other details wrong.
>
> Reference:
> PEP 479 -- Change StopIteration handling inside generators
>
> --
> --Guido van Rossum (python.org/~guido)

For the benefit of people who haven't been following the tracker
issue: There is now a patch which *does* create the __future__
directive and so on. It applies cleanly to current tip (I just tested
it again today), and the test suite passes on Debian AMD64. Can other
people please try this, on other platforms, and see how it goes?

ChrisA


More information about the Python-Dev mailing list