mirror of
https://github.com/python/cpython.git
synced 2026-05-16 17:38:22 -04:00
489c8ff26b
The tests now pass all combinations of -O/-OO and -B. See also #7071 and #6292 for previous variations on the same theme. test_versionpredicate needs a skip when sys.flags.optimize is true, but I don’t know how to make that work with a DocTestSuite.