Message82447
| 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:53 | pitrou | set | recipients:
+ pitrou, tarek |
| 2009年02月19日 01:39:52 | pitrou | set | messageid: <1235007592.93.0.0598331575131.issue5309@psf.upfronthosting.co.za> |
| 2009年02月19日 01:39:51 | pitrou | link | issue5309 messages |
| 2009年02月19日 01:39:51 | pitrou | create |
|