]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bug #1565514, SystemError not raised on too many nested blocks.
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 28 Oct 2006 21:19:07 +0000 (21:19 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 28 Oct 2006 21:19:07 +0000 (21:19 +0000)
commit21997afb0c764d5eb50dbe52249d838a597c0a08
treee118a87953cd76f730255d9f3cb9e3017a219068
parent97a57220e8cfd857c7f46ec9d71f9f841c241fa8
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.

Will backport.
Lib/test/test_syntax.py
Misc/NEWS
Python/compile.c