Revision 1 as of 2010-03-11 13:22:14

Clear message

Distutils currently performs all build steps strictly sequentially. For compute-expensive steps, such as compiler invocations, it would be useful to perform builds in parallel - in particular, if the system has multiple CPUs. This project should create an infrastructure in distutils for parallel builds, and provide the user a way to integrate this feature into a larger build process (such as Python's build process itself).

Unable to edit the page? See the FrontPage for instructions.