mirror of
https://github.com/python/cpython.git
synced 2025-11-24 04:17:38 +00:00
[3.14] gh-129033: Remove dead code in test.support.has_no_debug_ranges() (GH-137379) (#137382)
Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
parent
d29c38eeb9
commit
925c75211d
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