mirror of
https://github.com/python/cpython.git
synced 2026-06-23 11:33:30 -04:00
c9add9a483
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.