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 zach.ware
Recipients Claudiu.Popa, python-dev, r.david.murray, zach.ware
Date 2014-06-26.20:25:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403814301.47.0.578574482635.issue21829@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report, Claudiu.  I went with a simpler fix, just comparing Py_OptimizeFlag with sys.flags.optimize.  That way, we don't care if we're running as -O, -OO, or -OOO, the test will always test against the correct value.
History
Date User Action Args
2014-06-26 20:25:01zach.waresetrecipients: + zach.ware, r.david.murray, Claudiu.Popa, python-dev
2014-06-26 20:25:01zach.waresetmessageid: <1403814301.47.0.578574482635.issue21829@psf.upfronthosting.co.za>
2014-06-26 20:25:01zach.warelinkissue21829 messages
2014-06-26 20:25:01zach.warecreate