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 terry.reedy
Recipients ppperry, terry.reedy
Date 2016-06-11.01:53:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465609987.29.0.359531484462.issue25733@psf.upfronthosting.co.za>
In-reply-to
Content
How to cause
SyntaxError -- obvious
NameError -- ?, already caught in code module
OverflowError-- ?, already caught in code module
SystemError  - 22 nested for loops ('deeply nested blocks')
TypeError -- chr(0), 2.7
ValueError -- chr(0), 3.x; bytes(0), 2.7
History
Date User Action Args
2016-06-11 01:53:07terry.reedysetrecipients: + terry.reedy, ppperry
2016-06-11 01:53:07terry.reedysetmessageid: <1465609987.29.0.359531484462.issue25733@psf.upfronthosting.co.za>
2016-06-11 01:53:07terry.reedylinkissue25733 messages
2016-06-11 01:53:06terry.reedycreate