Skip to content

asyncio staggered race missing calls to asyncio.future_add_to_awaited_by() and asyncio.future_discard_from_awaited_by() #129195

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
graingert opened this issue Jan 22, 2025 · 1 comment
Labels
3.14 bugs and security fixes stdlib Python modules in the Lib dir topic-asyncio type-bug An unexpected behavior, bug, or error

Comments

@graingert
Copy link
Contributor

graingert commented Jan 22, 2025

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

@graingert graingert added 3.14 bugs and security fixes stdlib Python modules in the Lib dir topic-asyncio type-bug An unexpected behavior, bug, or error labels Jan 22, 2025
@github-project-automation github-project-automation bot moved this to Todo in asyncio Jan 22, 2025
@graingert
Copy link
Contributor Author

Worth landing https://github.com/python/cpython/pull/128475/files first

graingert added a commit to graingert/cpython that referenced this issue Jan 24, 2025
graingert added a commit to graingert/cpython that referenced this issue Jan 24, 2025
graingert added a commit to graingert/cpython that referenced this issue Jan 24, 2025
kumaraditya303 added a commit that referenced this issue Jan 26, 2025
…by` in `asyncio.staggered.staggered_race` (#129253)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
@github-project-automation github-project-automation bot moved this from Todo to Done in asyncio Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.14 bugs and security fixes stdlib Python modules in the Lib dir topic-asyncio type-bug An unexpected behavior, bug, or error
Projects
Status: Done
Development

No branches or pull requests

2 participants