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:09:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383988147.06.0.401461102289.issue19531@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:09:07serhiy.storchakasetrecipients: + serhiy.storchaka, skrah, Sworddragon
2013-11-09 09:09:07serhiy.storchakasetmessageid: <1383988147.06.0.401461102289.issue19531@psf.upfronthosting.co.za>
2013-11-09 09:09:07serhiy.storchakalinkissue19531 messages
2013-11-09 09:09:06serhiy.storchakacreate