Skip to content

Commit

Permalink
Remove 'experimental' comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Apr 2, 2024
1 parent 51e0ad0 commit 5912d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/asyncio/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def uncancel(self):
if self._num_cancels_requested > 0:
self._num_cancels_requested -= 1
if self._num_cancels_requested == 0:
self._must_cancel = False # EXPERIMENTAL
self._must_cancel = False
return self._num_cancels_requested

def __eager_start(self):
Expand Down

0 comments on commit 5912d70

Please sign in to comment.