]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135371: Fix asyncio introspection output to include internal coroutine...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 15 Jun 2025 18:38:56 +0000 (20:38 +0200)
committerGitHub <noreply@github.com>
Sun, 15 Jun 2025 18:38:56 +0000 (18:38 +0000)
commitf8f99b1cfc3b03e9b326de2a1850b3bf23b95920
tree40832b523ec0213cfef4f8893e5f4625f994bbdc
parent6ae54553d483ba865e6b99be7d093a2b9715592b
[3.14] gh-135371: Fix asyncio introspection output to include internal coroutine chains (GH-135436) (#135509)

gh-135371: Fix asyncio introspection output to include internal coroutine chains (GH-135436)
(cherry picked from commit 028309fb47869b665f55d10e9eabf7952bf7dbd3)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Doc/whatsnew/3.14.rst
Lib/asyncio/tools.py
Lib/test/test_asyncio/test_tools.py
Lib/test/test_external_inspection.py
Misc/NEWS.d/next/Core_and_Builtins/2025-06-12-18-12-42.gh-issue-135371.R_YUtR.rst [new file with mode: 0644]
Modules/_remote_debugging_module.c