summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorItamar Ostricher <itamarost@gmail.com>2022-12-22 13:38:12 (GMT)
committerGitHub <noreply@github.com>2022-12-22 13:38:12 (GMT)
commit4cc63e0d4e4cf3299dcc0ea81616ba072ae5589d (patch)
treebf77b10edfc069076f1d014b4482ddeef6f4869d /Misc
parentaa878f086b7ba8bdd7006d9d509c671167a5fb1e (diff)
downloadcpython-4cc63e0d4e4cf3299dcc0ea81616ba072ae5589d.zip
cpython-4cc63e0d4e4cf3299dcc0ea81616ba072ae5589d.tar.gz
cpython-4cc63e0d4e4cf3299dcc0ea81616ba072ae5589d.tar.bz2
gh-100344: Add C implementation for `asyncio.current_task` (#100345)
Co-authored-by: pranavtbhat
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-12-19-12-18-28.gh-issue-100344.lfCqpE.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-12-19-12-18-28.gh-issue-100344.lfCqpE.rst b/Misc/NEWS.d/next/Library/2022-12-19-12-18-28.gh-issue-100344.lfCqpE.rst
new file mode 100644
index 0000000..d55f688
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-12-19-12-18-28.gh-issue-100344.lfCqpE.rst
@@ -0,0 +1,2 @@
+Provide C implementation for :func:`asyncio.current_task` for a 4x-6x
+speedup.