Skip to content
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

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

Open
graingert opened this issue Jan 22, 2025 · 1 comment
Labels
3.14 new features, 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 new features, 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.14 new features, bugs and security fixes stdlib Python modules in the Lib dir topic-asyncio type-bug An unexpected behavior, bug, or error
Projects
Status: Todo
Development

No branches or pull requests

1 participant