Skip to content
Merged
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Core and Builtins/2021-08-23-19-55-08.bpo-44962
….J00ftt.rst
  • Loading branch information
graingert authored Aug 24, 2021
commit 08f31cb8b188550b52d428b55c7e41da98fa0846
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fix a race in WeakSet
Fix a race in WeakSet when two threads attempt to commit the last pending removal. This fixes asyncio.create_task and fixes a data loss in asyncio.run where shutdown_asyncgens is not run
Comment thread
graingert marked this conversation as resolved.
Outdated