Skip to content

Commit c32abf1

Browse files
AA-Turnerambvitamarohugovk
authored
GH-109190: Copyedit 3.12 What's New: asyncio (#109661)
Co-authored-by: Łukasz Langa <[email protected]> Co-authored-by: Itamar Oren <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 168c3a8 commit c32abf1

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
@@ -1840,7 +1840,7 @@ New Features
18401840
* Added :c:func:`PyCode_AddWatcher` and :c:func:`PyCode_ClearWatcher`
18411841
APIs to register callbacks to receive notification on creation and
18421842
destruction of code objects.
1843-
(Contributed by Itamar Ostricher in :gh:`91054`.)
1843+
(Contributed by Itamar Oren in :gh:`91054`.)
18441844

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

0 commit comments

Comments
 (0)