mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
Revert part of previous patch: several install_* subcommands expect
.compile to be None, and set it to true if it is. Caught by Pearu Peterson. Bugfix candidate, if the previous change is accepted for release22-maint.
This commit is contained in:
parent
16c22976c3
commit
b26ca9db2e
@ -164,7 +164,7 @@ class install (Command):
|
||||
self.install_scripts = None
|
||||
self.install_data = None
|
||||
|
||||
self.compile = 0
|
||||
self.compile = None
|
||||
self.optimize = None
|
||||
|
||||
# These two are for putting non-packagized distributions into their
|
||||
|
Loading…
Reference in New Issue
Block a user