mirror of
https://github.com/python/cpython.git
synced 2026-04-05 03:21:05 +00:00
gh-129033: Remove dead code in test.support.has_no_debug_ranges() (#137379)
This commit is contained in:
parent
e8251dc0ae
commit
08ce7c6958
1 changed files with 0 additions and 1 deletions
|
|
@ -541,7 +541,6 @@ def has_no_debug_ranges():
|
|||
except ImportError:
|
||||
raise unittest.SkipTest("_testinternalcapi required")
|
||||
return not _testcapi.config_get('code_debug_ranges')
|
||||
return not bool(config['code_debug_ranges'])
|
||||
|
||||
def requires_debug_ranges(reason='requires co_positions / debug_ranges'):
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue