This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Arfrever
Recipients Arfrever, Sjlver, bfroehle, christian.heimes, eric.araujo, pitrou, scoder, tarek
Date 2014-09-06.23:37:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410046628.67.0.568833089891.issue5309@psf.upfronthosting.co.za>
In-reply-to
Content
- 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.
History
Date User Action Args
2014-09-06 23:37:08Arfreversetrecipients: + Arfrever, pitrou, scoder, christian.heimes, tarek, eric.araujo, bfroehle, Sjlver
2014-09-06 23:37:08Arfreversetmessageid: <1410046628.67.0.568833089891.issue5309@psf.upfronthosting.co.za>
2014-09-06 23:37:08Arfreverlinkissue5309 messages
2014-09-06 23:37:08Arfrevercreate