@@ -569,7 +569,7 @@ asyncio
569
569
* Added :func: `asyncio.eager_task_factory ` and :func: `asyncio.create_eager_task_factory `
570
570
functions to allow opting an event loop in to eager task execution,
571
571
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 `)
573
573
574
574
* On Linux, :mod: `asyncio ` uses :class: `asyncio.PidfdChildWatcher ` by default
575
575
if :func: `os.pidfd_open ` is available and functional instead of
@@ -596,7 +596,7 @@ asyncio
596
596
(Contributed by Kumar Aditya in :gh: `99388 `.)
597
597
598
598
* 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 `.)
600
600
601
601
* :func: `asyncio.iscoroutine ` now returns ``False `` for generators as
602
602
:mod: `asyncio ` does not support legacy generator-based coroutines.
@@ -987,7 +987,7 @@ Optimizations
987
987
(Contributed by Serhiy Storchaka in :gh: `91524 `.)
988
988
989
989
* 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 `.)
991
991
992
992
* The :func: `tokenize.tokenize ` and :func: `tokenize.generate_tokens ` functions are
993
993
up to 64% faster as a side effect of the changes required to cover :pep: `701 ` in
@@ -1840,7 +1840,7 @@ New Features
1840
1840
* Added :c:func: `PyCode_AddWatcher ` and :c:func: `PyCode_ClearWatcher `
1841
1841
APIs to register callbacks to receive notification on creation and
1842
1842
destruction of code objects.
1843
- (Contributed by Itamar Ostricher in :gh: `91054 `.)
1843
+ (Contributed by Itamar Oren in :gh: `91054 `.)
1844
1844
1845
1845
* Add :c:func: `PyFrame_GetVar ` and :c:func: `PyFrame_GetVarString ` functions to
1846
1846
get a frame variable by its name.
0 commit comments