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 christian.heimes
Recipients Arfrever, bfroehle, christian.heimes, eric.araujo, pitrou, tarek
Date 2013-10-26.22:50:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382827854.2.0.590633839039.issue5309@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine's patch doesn't work for a fresh copy of Python

- add import error report to build_ext parallel (distutils doesn't use logging and doesn't have a working log.exception() function)
- make time a builtin module
- add hack for concurrent.futures.process
- add --parallel=i / -ji (jobs) argument to build_ext
History
Date User Action Args
2013-10-26 22:50:54christian.heimessetrecipients: + christian.heimes, pitrou, tarek, eric.araujo, Arfrever, bfroehle
2013-10-26 22:50:54christian.heimessetmessageid: <1382827854.2.0.590633839039.issue5309@psf.upfronthosting.co.za>
2013-10-26 22:50:54christian.heimeslinkissue5309 messages
2013-10-26 22:50:54christian.heimescreate