8000 gh-125789: fix side-effects in `asyncio` callback scheduling methods by picnixz · Pull Request #125833 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-125789: fix side-effects in asyncio callback scheduling methods #125833

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
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
blurb
  • Loading branch information
picnixz committed Oct 22, 2024
commit ca61908e8c7836185c91e34a3b8620a691582ec7
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Mitigate interpreter's crashes and state corruption due to side-effects in
:meth:`asyncio.Future.remove_done_callback` or others callback scheduling
methods. Patch by Bénédikt Tran.
Loading
0