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 c1acc69 commit 04cc88dCopy full SHA for 04cc88d
1 file changed
Lib/distutils/util.py
@@ -369,6 +369,7 @@ def byte_compile (py_files,
369
elif optimize == 2:
370
cmd.insert(1, "-OO")
371
spawn(cmd, verbose=verbose, dry_run=dry_run)
372
+ os.remove(script_name)
373
374
# "Direct" byte-compilation: use the py_compile module to compile
375
# right here, right now. Note that the script generated in indirect
0 commit comments