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 3mb3dw0rk5
Recipients 3mb3dw0rk5, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-06-29.12:37:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530275873.32.0.56676864532.issue33997@psf.upfronthosting.co.za>
In-reply-to
Content
The terminate() method of multiprocessing.Pool hangs sporadically.
I could track this issue down to the fact that _handle_results() hangs in the outqueue-cleanup. poll() returned True but get() actually hangs endlessly never returning any data.
History
Date User Action Args
2018-06-29 12:37:533mb3dw0rk5setrecipients: + 3mb3dw0rk5, paul.moore, tim.golden, zach.ware, steve.dower
2018-06-29 12:37:533mb3dw0rk5setmessageid: <1530275873.32.0.56676864532.issue33997@psf.upfronthosting.co.za>
2018-06-29 12:37:533mb3dw0rk5linkissue33997 messages
2018-06-29 12:37:533mb3dw0rk5create