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 serhiy.storchaka
Recipients Sworddragon, serhiy.storchaka, skrah
Date 2013-11-09.09:05:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383987908.16.0.915092271628.issue19533@psf.upfronthosting.co.za>
In-reply-to
Content
Some tests fail when ran with -OO and then with -O. Short example (there are more examples):

$ rm -rf Lib/test/__pycache__
$ ./python -OO -m test.regrtest test_property
[1/1] test_property
1 test OK.
$ ./python -O -m test.regrtest test_property
[1/1] test_property
test test_property failed -- multiple errors occurred; run in verbose mode for details
1 test failed:
    test_property
History
Date User Action Args
2013-11-09 09:08:48serhiy.storchakaunlinkissue19533 messages
2013-11-09 09:05:08serhiy.storchakasetrecipients: + serhiy.storchaka, skrah, Sworddragon
2013-11-09 09:05:08serhiy.storchakasetmessageid: <1383987908.16.0.915092271628.issue19533@psf.upfronthosting.co.za>
2013-11-09 09:05:08serhiy.storchakalinkissue19533 messages
2013-11-09 09:05:07serhiy.storchakacreate