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 7d20626 commit 9a2f38fCopy full SHA for 9a2f38f
Lib/test/support/__init__.py
@@ -541,7 +541,6 @@ def has_no_debug_ranges():
541
except ImportError:
542
raise unittest.SkipTest("_testinternalcapi required")
543
return not _testcapi.config_get('code_debug_ranges')
544
- return not bool(config['code_debug_ranges'])
545
546
def requires_debug_ranges(reason='requires co_positions / debug_ranges'):
547
try:
0 commit comments