Message122288
| Author | dmalcolm |
|---|---|
| Recipients | bquinlan, dmalcolm, lukasz.langa |
| Date | 2010-11-24.16:47:27 |
| SpamBayes Score | 0.0035067247 |
| Marked as misclassified | No |
| Message-id | <1290617250.21.0.596404438028.issue10517@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Minimal reproducer: $ ./python -c "from concurrent.futures import * ; e = ProcessPoolExecutor() ; e.submit(pow, 2, 5)" Fatal Python error: Invalid thread state for this thread |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-11-24 16:47:30 | dmalcolm | set | recipients: + dmalcolm, bquinlan, lukasz.langa |
| 2010-11-24 16:47:30 | dmalcolm | set | messageid: <1290617250.21.0.596404438028.issue10517@psf.upfronthosting.co.za> |
| 2010-11-24 16:47:27 | dmalcolm | link | issue10517 messages |
| 2010-11-24 16:47:27 | dmalcolm | create | |