Skip to content
Open
Changes from all commits
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
1 change: 1 addition & 0 deletions dbussy.py
Original file line number Diff line number Diff line change
Expand Up @@ -4918,6 +4918,7 @@ def pending_done(pending, wself) :
self.set_notify(pending_done, weak_ref(self))
# avoid reference circularity self → pending_done → self
reply = await done
self.set_notify(None, None)
return \
reply
#end await_reply
Expand Down