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

The behaviour of contextvars is different in python <3.7 #436

Closed
codeboten opened this issue Feb 20, 2020 · 1 comment
Closed

The behaviour of contextvars is different in python <3.7 #436

codeboten opened this issue Feb 20, 2020 · 1 comment
Labels
bug Something isn't working release:after-ga To be resolved after GA release

Comments

@codeboten
Copy link
Contributor

As discussed in this comment https://github.com/open-telemetry/opentelemetry-python/pull/419/files/39e0a19f220a20fb5a73d4a5017cfcefb9106c88#r379887377, the behaviour of contextvars in python 3.7 is different from previous versions using aiocontextvars.

The solution as proposed by @condorcet is to apply this patch fantix/aiocontextvars#66

@codeboten codeboten added the bug Something isn't working label Feb 20, 2020
srikanthccv pushed a commit to srikanthccv/opentelemetry-python that referenced this issue Nov 1, 2020
* chore: post release update examples, README

* fix: update remaining files
@lzchen lzchen added the release:after-ga To be resolved after GA release label Dec 18, 2020
@codeboten
Copy link
Contributor Author

This is currently blocked on fantix/aiocontextvars#66, there's no actionable solution short of forking the aiocontextvars into this repo which doesn't seem appropriate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working release:after-ga To be resolved after GA release
Projects
None yet
Development

No branches or pull requests

2 participants