Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-34014: Added support of contextvars for BaseEventLoop.run_in_executor #8035

Closed
wants to merge 4 commits into from

Conversation

hellysmile
Copy link
Contributor

@hellysmile hellysmile commented Jun 30, 2018

BaseEventLoop.run_in_executor accept new keyword-only parameter context, which will be propagated to the executor

Added 4 tests for test_asyncio.test_events.EventLoopTestsMixin related for contextvars module

https://bugs.python.org/issue34014

@hellysmile hellysmile changed the title bpo-34014: Added support contextvars for loop.run_in_executor bpo-34014: Added support of contextvars for BaseEventLoop.run_in_executor Jun 30, 2018
@1st1
Copy link
Member

1st1 commented Oct 1, 2018

I'm going to close this PR as we're definitely not going this route. I've updated the issue, let's discuss it there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants