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 f217e21 commit c1acc69Copy full SHA for c1acc69
1 file changed
Lib/distutils/command/install_lib.py
@@ -57,7 +57,7 @@ def run (self):
57
outfiles = self.install()
58
59
# (Optionally) compile .py to .pyc
60
- if outfiles is not None:
+ if outfiles is not None and self.distribution.has_pure_modules():
61
self.bytecompile(outfiles)
62
63
# run ()
0 commit comments