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 eric.araujo
Recipients Claudiu.Popa, brett.cannon, dholth, eric.araujo, steven.daprano
Date 2014-03-12.22:11:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394662295.52.0.0664503758641.issue16104@psf.upfronthosting.co.za>
In-reply-to
Content
+        if args.processes <= 0:
Is that correct?  For make, I think I’ve always seen “-j0”, not negative values.

Could you add a test for -j0? (i.e. check that “compileall -j0” calls the function with “processes=os.cpu_count()”)
History
Date User Action Args
2014-03-12 22:11:35eric.araujosetrecipients: + eric.araujo, brett.cannon, steven.daprano, dholth, Claudiu.Popa
2014-03-12 22:11:35eric.araujosetmessageid: <1394662295.52.0.0664503758641.issue16104@psf.upfronthosting.co.za>
2014-03-12 22:11:35eric.araujolinkissue16104 messages
2014-03-12 22:11:35eric.araujocreate