Skip to content

gh-101359: clarify docs for asyncio.Event.clear #137849

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

Merged
merged 1 commit into from
Aug 16, 2025

Conversation

kumaraditya303
Copy link
Contributor

@kumaraditya303 kumaraditya303 commented Aug 16, 2025

@kumaraditya303 kumaraditya303 requested a review from 1st1 as a code owner August 16, 2025 10:44
@kumaraditya303 kumaraditya303 added the needs backport to 3.14 bugs and security fixes label Aug 16, 2025
@bedevere-app bedevere-app bot added awaiting core review docs Documentation in the Doc dir labels Aug 16, 2025
@github-project-automation github-project-automation bot moved this to Todo in Docs PRs Aug 16, 2025
@kumaraditya303 kumaraditya303 enabled auto-merge (squash) August 16, 2025 10:50
@kumaraditya303 kumaraditya303 merged commit 4b2dbe8 into python:main Aug 16, 2025
40 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Docs PRs Aug 16, 2025
@miss-islington-app
Copy link

Thanks @kumaraditya303 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

@kumaraditya303 kumaraditya303 deleted the docs branch August 16, 2025 10:50
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 16, 2025
)

(cherry picked from commit 4b2dbe8)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 16, 2025
)

(cherry picked from commit 4b2dbe8)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
@bedevere-app
Copy link

bedevere-app bot commented Aug 16, 2025

GH-137850 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label Aug 16, 2025
@bedevere-app
Copy link

bedevere-app bot commented Aug 16, 2025

GH-137851 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Aug 16, 2025
kumaraditya303 added a commit that referenced this pull request Aug 16, 2025
…137851)

gh-101359: clarify docs for `asyncio.Event.clear` (GH-137849)
(cherry picked from commit 4b2dbe8)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news topic-asyncio
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Description of asyncio.Event.clear inconsistent with threading.Event.clear
1 participant