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 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:30dmalcolmsetrecipients: + dmalcolm, bquinlan, lukasz.langa
2010-11-24 16:47:30dmalcolmsetmessageid: <1290617250.21.0.596404438028.issue10517@psf.upfronthosting.co.za>
2010-11-24 16:47:27dmalcolmlinkissue10517 messages
2010-11-24 16:47:27dmalcolmcreate