Message123433
| Author | bquinlan |
|---|---|
| Recipients | bquinlan, jnoller |
| Date | 2010-12-05.18:53:49 |
| SpamBayes Score | 0.004706282 |
| Marked as misclassified | No |
| Message-id | <1291575231.48.0.0739915325097.issue10632@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
multiprocessing generates fatal error "Invalid thread state for this thread" in PyThreadState_Swap This seems to happen on RHEL 5 and Centos 5.5 Here is the minimal repro: >>> import multiprocessing.managers >>> mpp = multiprocessing.Pool(4) >>> sm = multiprocessing.managers.SyncManager() >>> sm.start() See http://bugs.python.org/issue10517 for more details |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-12-05 18:53:51 | bquinlan | set | recipients: + bquinlan, jnoller |
| 2010-12-05 18:53:51 | bquinlan | set | messageid: <1291575231.48.0.0739915325097.issue10632@psf.upfronthosting.co.za> |
| 2010-12-05 18:53:49 | bquinlan | link | issue10632 messages |
| 2010-12-05 18:53:49 | bquinlan | create | |