This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients benjamin.peterson, brett.cannon, georg.brandl, ncoghlan, ppperry, serhiy.storchaka, yselivanov
Date 2016-07-14.13:41:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468503671.97.0.710454049002.issue27514@psf.upfronthosting.co.za>
In-reply-to
Content
There is a static limit for the number of statically nested blocks. Getting rid of this limit looks not easy.

But SystemError is not an exception that should be raised. SystemError is for errors that can't be occurred in normal case. It should only be caused by incorrect use of C API or hacking Python internals. I think SyntaxError is more appropriate in this case (as in case of passing more than 255 arguments to a function).
History
Date User Action Args
2016-07-14 13:41:12serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, georg.brandl, ncoghlan, benjamin.peterson, yselivanov, ppperry
2016-07-14 13:41:11serhiy.storchakasetmessageid: <1468503671.97.0.710454049002.issue27514@psf.upfronthosting.co.za>
2016-07-14 13:41:11serhiy.storchakalinkissue27514 messages
2016-07-14 13:41:11serhiy.storchakacreate