summary refs log tree commit diff
path: root/synapse/util/patch_inline_callbacks.py
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-03-07 12:17:08 +0000
committerDavid Robertson <davidr@element.io>2023-03-07 12:17:08 +0000
commita95e906227aeb62224790bb7796313ebcd6db446 (patch)
tree916661272a63b1e86d05ab1a24a2b0a5ce223e25 /synapse/util/patch_inline_callbacks.py
parentMerge remote-tracking branch 'origin/release-v1.78' into matrix-org-hotfixes (diff)
parent1.79.0rc1 (diff)
downloadsynapse-a95e906227aeb62224790bb7796313ebcd6db446.tar.xz
Merge remote-tracking branch 'origin/release-v1.79' into matrix-org-hotfixes
Diffstat (limited to 'synapse/util/patch_inline_callbacks.py')
-rw-r--r--synapse/util/patch_inline_callbacks.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/util/patch_inline_callbacks.py b/synapse/util/patch_inline_callbacks.py

index f97f98a057..d00d34e652 100644 --- a/synapse/util/patch_inline_callbacks.py +++ b/synapse/util/patch_inline_callbacks.py
@@ -211,7 +211,6 @@ def _check_yield_points( result = Failure() if current_context() != expected_context: - # This happens because the context is lost sometime *after* the # previous yield and *after* the current yield. E.g. the # deferred we waited on didn't follow the rules, or we forgot to