GH-91048: Add utils for printing the call stack for asyncio tasks (#133284)

This commit is contained in:
Pablo Galindo Salgado 2025-05-04 02:51:57 +02:00 committed by GitHub
parent 7363e8d24d
commit 2bc8365231
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 1309 additions and 90 deletions

View file

@ -1960,7 +1960,7 @@ def _supports_remote_attaching():
PROCESS_VM_READV_SUPPORTED = False
try:
from _testexternalinspection import PROCESS_VM_READV_SUPPORTED
from _remotedebuggingmodule import PROCESS_VM_READV_SUPPORTED
except ImportError:
pass