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 r.david.murray
Recipients Romuald, abarry, berker.peksag, davin, pitrou, r.david.murray, vstinner, xiang.zhang, ztane
Date 2016-07-18.14:52:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468853520.56.0.407537613128.issue27558@psf.upfronthosting.co.za>
In-reply-to
Content
Since ceval already has such a check, I think we should fix it by adding the check as proposed.  Investigating whether the codebase could be simplified by making sure that Py_None is always there after startup would be a separate issue, I think, possibly related to PEP 432.
History
Date User Action Args
2016-07-18 14:52:00r.david.murraysetrecipients: + r.david.murray, pitrou, vstinner, berker.peksag, ztane, Romuald, davin, xiang.zhang, abarry
2016-07-18 14:52:00r.david.murraysetmessageid: <1468853520.56.0.407537613128.issue27558@psf.upfronthosting.co.za>
2016-07-18 14:52:00r.david.murraylinkissue27558 messages
2016-07-18 14:52:00r.david.murraycreate