mirror of
https://github.com/python/cpython.git
synced 2026-05-18 18:33:57 -04:00
82271f13e7
The compiler was checking that there was something on the fblock stack, but not that there was a loop on the stack. Fixed that and added a test for the specific syntax error. Bug fix candidate.