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 d72ca85 commit ca02f3aCopy full SHA for ca02f3a
1 file changed
Lib/compileall.py
@@ -70,8 +70,6 @@ def compile_dir(dir, maxlevels=10, ddir=None,
70
print 'Compiling', fullname, '...'
71
try:
72
ok = py_compile.compile(fullname, None, dfile, True)
73
- except KeyboardInterrupt:
74
- raise KeyboardInterrupt
75
except py_compile.PyCompileError,err:
76
if quiet:
77
0 commit comments