Skip to content

Commit 284de30

Browse files
miss-islingtonAA-Turnerambvitamarohugovk
authored
[3.12] GH-109190: Copyedit 3.12 What's New: asyncio (GH-109661) (#109733)
GH-109190: Copyedit 3.12 What's New: asyncio (GH-109661) (cherry picked from commit c32abf1) Co-authored-by: Adam Turner <[email protected]> Co-authored-by: Łukasz Langa <[email protected]> Co-authored-by: Itamar Oren <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 8985a77 commit 284de30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/whatsnew/3.12.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ asyncio
569569
* Added :func:`asyncio.eager_task_factory` and :func:`asyncio.create_eager_task_factory`
570570
functions to allow opting an event loop in to eager task execution,
571571
making some use-cases 2x to 5x faster.
572-
(Contributed by Jacob Bower & Itamar O in :gh:`102853`, :gh:`104140`, and :gh:`104138`)
572+
(Contributed by Jacob Bower & Itamar Oren in :gh:`102853`, :gh:`104140`, and :gh:`104138`)
573573

574574
* On Linux, :mod:`asyncio` uses :class:`asyncio.PidfdChildWatcher` by default
575575
if :func:`os.pidfd_open` is available and functional instead of
@@ -596,7 +596,7 @@ asyncio
596596
(Contributed by Kumar Aditya in :gh:`99388`.)
597597

598598
* Add C implementation of :func:`asyncio.current_task` for 4x-6x speedup.
599-
(Contributed by Itamar Ostricher and Pranav Thulasiram Bhat in :gh:`100344`.)
599+
(Contributed by Itamar Oren and Pranav Thulasiram Bhat in :gh:`100344`.)
600600

601601
* :func:`asyncio.iscoroutine` now returns ``False`` for generators as
602602
:mod:`asyncio` does not support legacy generator-based coroutines.
@@ -987,7 +987,7 @@ Optimizations
987987
(Contributed by Serhiy Storchaka in :gh:`91524`.)
988988

989989
* Speed up :class:`asyncio.Task` creation by deferring expensive string formatting.
990-
(Contributed by Itamar O in :gh:`103793`.)
990+
(Contributed by Itamar Oren in :gh:`103793`.)
991991

992992
* The :func:`tokenize.tokenize` and :func:`tokenize.generate_tokens` functions are
993993
up to 64% faster as a side effect of the changes required to cover :pep:`701` in
@@ -1841,7 +1841,7 @@ New Features
18411841
* Added :c:func:`PyCode_AddWatcher` and :c:func:`PyCode_ClearWatcher`
18421842
APIs to register callbacks to receive notification on creation and
18431843
destruction of code objects.
1844-
(Contributed by Itamar Ostricher in :gh:`91054`.)
1844+
(Contributed by Itamar Oren in :gh:`91054`.)
18451845

18461846
* Add :c:func:`PyFrame_GetVar` and :c:func:`PyFrame_GetVarString` functions to
18471847
get a frame variable by its name.

0 commit comments

Comments
 (0)