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 yselivanov
Recipients ronserruya, yselivanov
Date 2020-01-10.19:23:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578684230.07.0.721575911393.issue39257@roundup.psfhosted.org>
In-reply-to
Content
> This throws 'cannot pickle Context' 

Yes, this is expected. contextvars are not compatible with multiprocessing.

> **** This hangs forever *****

This hanging part is weird, and most likely hints at a bug in multiprocessing.
History
Date User Action Args
2020-01-10 19:23:50yselivanovsetrecipients: + yselivanov, ronserruya
2020-01-10 19:23:50yselivanovsetmessageid: <1578684230.07.0.721575911393.issue39257@roundup.psfhosted.org>
2020-01-10 19:23:50yselivanovlinkissue39257 messages
2020-01-10 19:23:49yselivanovcreate