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 pitrou
Recipients brett.cannon, eric.snow, ncoghlan, pitrou, serhiy.storchaka
Date 2017-07-08.18:33:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499538817.11.0.592298723073.issue30876@psf.upfronthosting.co.za>
In-reply-to
Content
I concur with Serhiy: SystemError is a smell that C code isn't taking appropriate precautions before dealing with user code or data.
History
Date User Action Args
2017-07-08 18:33:37pitrousetrecipients: + pitrou, brett.cannon, ncoghlan, eric.snow, serhiy.storchaka
2017-07-08 18:33:37pitrousetmessageid: <1499538817.11.0.592298723073.issue30876@psf.upfronthosting.co.za>
2017-07-08 18:33:37pitroulinkissue30876 messages
2017-07-08 18:33:36pitroucreate