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 asvetlov, hellysmile, yselivanov
Date 2018-06-30.23:56:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <47A19C61-9839-402D-BF64-EE38925B7220@gmail.com>
In-reply-to <1530401184.74.0.56676864532.issue34014@psf.upfronthosting.co.za>
Content
I considered enabling that, but in the end decided not to. The reason is that it's possible to use a ProcessPoolExecutor with run_in_execuror(), and context cars currently don't support pickling (and probably never will). We can't have a single api that sometimes works with contextvars and sometimes doesn't.

So this is a "won't fix".
History
Date User Action Args
2018-06-30 23:56:27yselivanovsetrecipients: + yselivanov, asvetlov, hellysmile
2018-06-30 23:56:26yselivanovlinkissue34014 messages
2018-06-30 23:56:26yselivanovcreate