Skip to content

Commit c3a6bcb

Browse files
committed
Add Yury
1 parent 0f75edc commit c3a6bcb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,8 @@ If a cycle is detected in the async await graph (which could indicate a
597597
programming issue), the tool raises an error and lists the cycle paths that
598598
prevent tree construction.
599599

600-
(Contributed by Pablo Galindo, Łukasz Langa, and Marta Gomez Macias in :gh:`91048`.)
600+
(Contributed by Pablo Galindo, Łukasz Langa, Yury Selivanov, and Marta
601+
Gomez Macias in :gh:`91048`.)
601602

602603
.. _whatsnew314-tail-call:
603604

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Add a new ``python -m asyncio.tools`` command-line interface to inspect
22
asyncio tasks in a running Python process. Displays a flat table of await
33
relationships or a tree view with ``--tree``, useful for debugging async
4-
code. Patch by Pablo Galindo, Łukasz Langa and Marta Gomez Macias.
4+
code. Patch by Pablo Galindo, Łukasz Langa, Yury Selivanov, and Marta
5+
Gomez Macias.

0 commit comments

Comments
 (0)