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 c04c96d commit 5f395e0Copy full SHA for 5f395e0
1 file changed
tests.py
@@ -53,4 +53,6 @@ def run(extra_args):
53
extra_args.extend(['-a', '!network'])
54
sys.argv.remove('--no-network')
55
56
+ print('Python byte-compilation optimization level: %d' % sys.flags.optimize)
57
+
58
run(extra_args)
0 commit comments