# Bug report ### Bug description: asyncio staggered race missing calls to asyncio.future_add_to_awaited_by() and asyncio.future_discard_from_awaited_by() A possible oversight in https://github.com/python/cpython/pull/124640/files ### CPython versions tested on: 3.14 ### Operating systems tested on: _No response_ <!-- gh-linked-prs --> ### Linked PRs * gh-129253 <!-- /gh-linked-prs -->
Bug report
Bug description:
asyncio staggered race missing calls to asyncio.future_add_to_awaited_by() and asyncio.future_discard_from_awaited_by()
A possible oversight in https://github.com/python/cpython/pull/124640/files
CPython versions tested on:
3.14
Operating systems tested on:
No response
Linked PRs