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)