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

Follow task tree discipline #89

Closed
wants to merge 1 commit into from
Closed

Conversation

richardsheridan
Copy link
Owner

Apparently contextvars are copied to new tasks at a (to me) from a surprising source: the context of the task that calls start/start_soon rather than the context that the nursery was opened. See python-trio/trio#1523.

The test included in this PR passes if run on Trio from TreeVar PR except for the part of a task before task_status.started is called... but this seems like a design preference rather than a real barrier.

Now the question is: do I urge for the TreeVars to be merged into Trio and constrain requirements to the next release, or do I make myself a cancel_status lookalike?

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

Successfully merging this pull request may close these issues.

1 participant