]> 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)
commite09ed5419b84040a6f5d74ec9a3ae4fd9b4bc0e5
treeaa635fb5095afc603285433e46875096b2911619
parent2b8792137bf5e02ee4263822f818b31b68830f4b
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