mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue