]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-91048: Add utils for printing the call stack for asyncio tasks (#133284)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sun, 4 May 2025 00:51:57 +0000 (02:51 +0200)
committerGitHub <noreply@github.com>
Sun, 4 May 2025 00:51:57 +0000 (00:51 +0000)
commit2bc836523105a2197a1f987cc03911bece74b35e
tree762f45a2793d0cf56aabd402c63883a1906eb561
parent7363e8d24d14abf651633865ea959702ebac73d3
 GH-91048: Add utils for printing the call stack for asyncio tasks (#133284)
17 files changed:
Doc/whatsnew/3.14.rst
Lib/asyncio/__main__.py
Lib/asyncio/tools.py [new file with mode: 0644]
Lib/test/test_asyncio/test_tools.py [new file with mode: 0644]
Lib/test/test_external_inspection.py
Lib/test/test_sys.py
Misc/NEWS.d/next/Core_and_Builtins/2025-05-03-19-04-03.gh-issue-91048.S8QWSw.rst [new file with mode: 0644]
Modules/Setup
Modules/Setup.stdlib.in
Modules/_remotedebuggingmodule.c [moved from Modules/_testexternalinspection.c with 94% similarity]
PCbuild/_remotedebugging.vcxproj [moved from PCbuild/_testexternalinspection.vcxproj with 97% similarity]
PCbuild/_remotedebugging.vcxproj.filters [moved from PCbuild/_testexternalinspection.vcxproj.filters with 90% similarity]
PCbuild/pcbuild.proj
PCbuild/pcbuild.sln
Tools/build/generate_stdlib_module_names.py
configure
configure.ac