Any volunteers to implement PEP 479?
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 <https://www.python.org/dev/peps/pep-0479/> -- --Guido van Rossum (python.org/~guido)
On Wed, Jan 7, 2015 at 2:48 PM, Guido van Rossum <guido@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
Ping? Anyone? http://bugs.python.org/issue22906 On Fri, Feb 20, 2015 at 9:56 PM, Chris Angelico <rosuav@gmail.com> wrote:
On Wed, Jan 7, 2015 at 2:48 PM, Guido van Rossum <guido@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 _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/guido%40python.org
-- --Guido van Rossum (python.org/~guido)
On 03/04/2015 04:24 PM, Guido van Rossum wrote:
Ping? Anyone? http://bugs.python.org/issue22906
Running tests on an ubuntu system... -- ~Ethan~
participants (3)
-
Chris Angelico
-
Ethan Furman
-
Guido van Rossum