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 pitrou
Recipients pitrou, tarek
Date 2009-02-19.01:39:50
SpamBayes Score 0.00010148295
Marked as misclassified No
Message-id <1235007592.93.0.0598331575131.issue5309@psf.upfronthosting.co.za>
In-reply-to
Content
When run with "make -jN", the Python compilation process is able to
parallelize across N concurrent processes for the interpreter core, but
extension modules are still compiled sequentially.
History
Date User Action Args
2009-02-19 01:39:53pitrousetrecipients: + pitrou, tarek
2009-02-19 01:39:52pitrousetmessageid: <1235007592.93.0.0598331575131.issue5309@psf.upfronthosting.co.za>
2009-02-19 01:39:51pitroulinkissue5309 messages
2009-02-19 01:39:51pitroucreate