We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02577e1 commit b0908edCopy full SHA for b0908ed
Misc/NEWS.d/next/Library/2025-05-18-07-25-15.gh-issue-134173.53oOoF.rst
@@ -1,4 +1,3 @@
1
-Add ``_get_snapshot()`` method to :class:`concurrent.futures.Future` to
2
-atomically retrieve all future state in a single lock acquisition. This speeds
3
-up :mod:`asyncio`'s ``_copy_future_state()`` by up to 4x when transferring state
4
-from :class:`concurrent.futures.Future` to :class:`asyncio.Future`. Patch by J. Nick Koston.
+Speed up :mod:`asyncio` performance of transferring state from thread
+pool :class:`concurrent.futures.Future` by up to 4.4x. Patch by J. Nick
+Koston.
0 commit comments