summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/graph.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.14] gh-133893: asyncio.graph: Replace TextIO annotation with io.Writer ↵Miss Islington (bot)2025-05-111-4/+2
| | | | | | | | (GH-133894) (#133901) gh-133893: asyncio.graph: Replace TextIO annotation with io.Writer (GH-133894) (cherry picked from commit 1d3eacedb8cc51256a5350c6d421fb85e2b21f18) Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
* GH-91048: Add utils for capturing async call stack for asyncio programs and ↵Yury Selivanov2025-01-221-0/+278
enable profiling (#124640) Signed-off-by: Pablo Galindo <pablogsal@gmail.com> Co-authored-by: Pablo Galindo <pablogsal@gmail.com> Co-authored-by: Kumar Aditya <kumaraditya@python.org> Co-authored-by: Łukasz Langa <lukasz@langa.pl> Co-authored-by: Savannah Ostrowski <savannahostrowski@gmail.com> Co-authored-by: Jacob Coffee <jacob@z7x.org> Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>