aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/asyncio/tools.py
Commit message (Collapse)AuthorAge
* gh-134451: Converted `asyncio.tools.CycleFoundException` from dataclass to a ↵Evgeny Demchenko11 days
| | | | regular exception type. (#134513)
* gh-91048: Add filename:line_no information to `asyncio pstree` (#133478)Łukasz Langa2025-05-05
|
* GH-91048: Minor fixes for ``_remotedebugging`` & rename to ↵Adam Turner2025-05-05
| | | | ``_remote_debugging`` (#133398)
* gh-91048: Add filename and line number to external inspection routines ↵Pablo Galindo Salgado2025-05-04
| | | | | (GH-133385) Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
* GH-91048: Add utils for printing the call stack for asyncio tasks (#133284)Pablo Galindo Salgado2025-05-04