Skip to content

[3.10] bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796) #28816

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
Oct 8, 2021

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 7, 2021

Prevent use-after-free of running loop holder via cache.
(cherry picked from commit 392a898)

Co-authored-by: Matthias Reichl github@hias.horus.com

https://bugs.python.org/issue45262

)

Prevent use-after-free of running loop holder via cache.
(cherry picked from commit 392a898)

Co-authored-by: Matthias Reichl <github@hias.horus.com>
Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants