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

Refactor cancellation system to eagerly propagate effective state #958

Merged
merged 5 commits into from
May 6, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge remote-tracking branch 'origin/master' into cancelstatus
  • Loading branch information
oremanj committed May 1, 2019
commit 173da307580faca2890876ec3d3dee33ef60f7a9
5 changes: 0 additions & 5 deletions docs/source/reference-core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -514,11 +514,6 @@ objects.
exception, and (2) this scope is the one that was responsible
for triggering this :exc:`~trio.Cancelled` exception.

If the same :class:`CancelScope` is reused for multiple ``with``
blocks, the :attr:`cancelled_caught` attribute applies to the
most recent ``with`` block. (It is reset to :data:`False` each
time a new ``with`` block is entered.)

.. autoattribute:: cancel_called


Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.