@@ -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