]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport 52504:
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 28 Oct 2006 21:38:43 +0000 (21:38 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 28 Oct 2006 21:38:43 +0000 (21:38 +0000)
commit2f0940b6cab766f039dc22d361f52e25b22e9fa8
treed828db04d486d7d5da0470af601c3055d195e57f
parentc975b9477b8181db2f9076be43f53ef32397319b
Backport 52504:
Fix bug #1565514, SystemError not raised on too many nested blocks.
It seems like this should be a different error than SystemError, but
I don't have any great ideas and SystemError was raised in 2.4 and earlier.
Lib/test/test_syntax.py
Misc/NEWS
Python/compile.c