New threads should inherit the contextvars.Context of their creator · Issue #128555 · python/cpython (original) (raw)

Feature or enhancement

Proposal:

It would be convenient and likely less surprising if threads inherited the context of their creator, rather than starting with an empty context. This would match what asynio.Task does. This has been requested before, as gh-86981.

Has this already been discussed elsewhere?

I have already discussed this feature proposal on Discourse

https://discuss.python.org/t/thread-safe-warning-filters/

Linked PRs