summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.7.0a4.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/3.7.0a4.rst')
-rw-r--r--Misc/NEWS.d/3.7.0a4.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.7.0a4.rst b/Misc/NEWS.d/3.7.0a4.rst
index 5c3da97..af9cf4d 100644
--- a/Misc/NEWS.d/3.7.0a4.rst
+++ b/Misc/NEWS.d/3.7.0a4.rst
@@ -343,7 +343,6 @@ AssertionError.
Optimize asyncio.iscoroutine() and loop.create_task() for non-native
coroutines (e.g. async/await compiled with Cython).
-
'loop.create_task(python_coroutine)' used to be 20% faster than
'loop.create_task(cython_coroutine)'. Now, the latter is as fast.