[issue5309] distutils doesn't parallelize extension module compilation

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Sun Sep 7 01:37:08 CEST 2014


Arfrever Frehtes Taifersar Arahesis added the comment:

- Is support for infinite jobs planned?
  (GNU make supports it for -j without number argument.)

- self.parallel = int(self.parallel) would raise ValueError when a non-number is passed. I suggest to print user-friendly error message.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5309>
_______________________________________


More information about the Python-bugs-list mailing list