summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sys.py
diff options
context:
space:
mode:
authorPablo Galindo Salgado <Pablogsal@gmail.com>2025-05-04 00:51:57 (GMT)
committerGitHub <noreply@github.com>2025-05-04 00:51:57 (GMT)
commit2bc836523105a2197a1f987cc03911bece74b35e (patch)
tree762f45a2793d0cf56aabd402c63883a1906eb561 /Lib/test/test_sys.py
parent7363e8d24d14abf651633865ea959702ebac73d3 (diff)
downloadcpython-2bc836523105a2197a1f987cc03911bece74b35e.zip
cpython-2bc836523105a2197a1f987cc03911bece74b35e.tar.gz
cpython-2bc836523105a2197a1f987cc03911bece74b35e.tar.bz2
GH-91048: Add utils for printing the call stack for asyncio tasks (#133284)
Diffstat (limited to 'Lib/test/test_sys.py')
-rw-r--r--Lib/test/test_sys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py
index 56413d0..10c3e0e 100644
--- a/Lib/test/test_sys.py
+++ b/Lib/test/test_sys.py
@@ -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