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 bigbizze
Recipients bigbizze
Date 2019-11-17.17:42:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574012554.58.0.644556587117.issue38833@roundup.psfhosted.org>
In-reply-to
Content
When calling mp.Pool().apply_async(), and passing a mp.Queue() instance as an argument the execution halts.

This is contrasted by using mp.Manager().Queue() which when passed to apply_async() works as expected.
History
Date User Action Args
2019-11-17 17:42:34bigbizzesetrecipients: + bigbizze
2019-11-17 17:42:34bigbizzesetmessageid: <1574012554.58.0.644556587117.issue38833@roundup.psfhosted.org>
2019-11-17 17:42:34bigbizzelinkissue38833 messages
2019-11-17 17:42:34bigbizzecreate