Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd53f98 commit 9d2a01fCopy full SHA for 9d2a01f
1 file changed
Lib/test/test_py_compile.py
@@ -100,6 +100,7 @@ def test_bad_coding(self):
100
self.assertFalse(os.path.exists(
101
importlib.util.cache_from_source(bad_coding)))
102
103
+ @unittest.skipIf(sys.flags.optimize > 0, 'test does not work with -O')
104
def test_double_dot_no_clobber(self):
105
# http://bugs.python.org/issue22966
106
# py_compile foo.bar.py -> __pycache__/foo.cpython-34.pyc
0 commit comments