Thanks to visit codestin.com Credit goes to github.com
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 e8251dc commit 08ce7c6Copy full SHA for 08ce7c6
1 file changed
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