Message201400
| 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:54 | christian.heimes | set | recipients:
+ christian.heimes, pitrou, tarek, eric.araujo, Arfrever, bfroehle |
| 2013年10月26日 22:50:54 | christian.heimes | set | messageid: <1382827854.2.0.590633839039.issue5309@psf.upfronthosting.co.za> |
| 2013年10月26日 22:50:54 | christian.heimes | link | issue5309 messages |
| 2013年10月26日 22:50:54 | christian.heimes | create |
|