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 eric.snow
Recipients brett.cannon, eric.snow, fossilet
Date 2015-07-30.15:00:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
You are correct that SystemError indicates a non-fatal issue in the interpreter and thanks for reporting the matter.  In this case I'd say that SystemError is the wrong exception type.  I expect that ImportError (or perhaps RuntimeError) is more appropriate.  However, Brett will have a better idea of why we raise SystemError instead.
History
Date User Action Args
2015-07-30 15:00:41eric.snowsetrecipients: + eric.snow, brett.cannon, fossilet
2015-07-30 15:00:41eric.snowsetmessageid: <[email protected]>
2015-07-30 15:00:41eric.snowlinkissue24752 messages
2015-07-30 15:00:41eric.snowcreate