SIGN IN SIGN UP

Fix bug that allowed future statements virtually anywhere in a module.

If we exit via the break here, we need to set ff_last_lineno or
FUTURE_POSSIBLE() will remain true.  The bug affected statements
containing a variety of expressions, but not all expressions.  It has
been present since Python 2.2.
J
Jeremy Hylton committed
c9add9a483166c4c2494ccd7d9402eb3d497aa4f
Parent: 1f1d252