We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40572c commit 8c24a93Copy full SHA for 8c24a93
1 file changed
Lib/test/libregrtest/utils.py
@@ -15,7 +15,7 @@
15
from collections.abc import Callable
16
try:
17
from _testcapi import get_process_memory_usage as _get_process_memory_usage
18
-except AttributeError:
+except ImportError:
19
_get_process_memory_usage = None
20
21
from test import support
0 commit comments