]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91048: Add filename:line_no information to `asyncio pstree` (#133478)
authorŁukasz Langa <lukasz@langa.pl>
Mon, 5 May 2025 23:07:33 +0000 (01:07 +0200)
committerGitHub <noreply@github.com>
Mon, 5 May 2025 23:07:33 +0000 (23:07 +0000)
commit60cdd800d95517f4395210f38709de9e8f11ea90
tree1246d626bcca2efc0ee20557f26a914f35524220
parentcae660d6dc0d7ba3f66970ef2f2faf1b93869e91
gh-91048: Add filename:line_no information to `asyncio pstree` (#133478)
Lib/asyncio/__main__.py
Lib/asyncio/tools.py
Lib/test/test_asyncio/test_tools.py