Skip to content
Merged
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
fixup rst?
  • Loading branch information
picnixz committed Oct 25, 2024
commit d21016278344fff3e40e01cf73c30ab6145b4ff3
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Fix an out-of-bounds crash when an evil :meth:`asyncio.Future.call_soon`
Fix an out-of-bounds crash when an evil :meth:`asyncio.loop.call_soon`
mutates the length of the internal callbacks list. Patch by Bénédikt Tran.