Skip to content

Commit

Permalink
Add a missing super() call.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Oct 13, 2023
1 parent 54349c3 commit e6226a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/asyncio/windows_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ def run_forever_setup(self):
return super().run_forever_setup()

def run_forever_cleanup(self, orig_state):
super().run_forever_cleanup()
if self._self_reading_future is not None:
ov = self._self_reading_future._ov
self._self_reading_future.cancel()
Expand Down

0 comments on commit e6226a5

Please sign in to comment.