]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514)
authorBenjamin Peterson <benjamin@python.org>
Fri, 15 Jul 2016 05:00:03 +0000 (22:00 -0700)
committerBenjamin Peterson <benjamin@python.org>
Fri, 15 Jul 2016 05:00:03 +0000 (22:00 -0700)
commit6c4fa70da66d7efbf838a93bc69c7bdf2dda65f8
tree74e127bf6f9232792c899ea81ba48a2c14f13a66
parent65e0d8ca651b3735c6fbb5d91190138d0a87d373
make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514)

Patch by Ammar Askar.
Lib/test/test_syntax.py
Misc/NEWS
Python/compile.c