You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

distutils-command-build.py.patch 436 B

1234567891011
  1. --- ./Lib/distutils/command/build.py.orig 2019-11-19 23:19:08.878782120 +0000
  2. +++ ./Lib/distutils/command/build.py 2019-11-19 23:19:18.410915201 +0000
  3. @@ -118,7 +118,7 @@
  4. if self.executable is None and sys.executable:
  5. self.executable = os.path.normpath(sys.executable)
  6. -
  7. + self.parallel = 1
  8. if isinstance(self.parallel, str):
  9. try:
  10. self.parallel = int(self.parallel)