[issue37382] Improve conditional check for test_gdb

Jeroen Demeyer report at bugs.python.org
Mon Jun 24 04:31:13 EDT 2019


New submission from Jeroen Demeyer <J.Demeyer at UGent.be>:

Many tests in test_gdb are not run if python_is_optimized() is true. However, it's not entirely clear why we have this condition. For example, on my system, with the default CPython configuration, Python *is* optimized but still all gdb tests pass if I artificially enable them.

Maybe we need debug symbols, but the existence of debug symbols and optimization are orthogonal.

----------
components: Tests
messages: 346358
nosy: benjamin.peterson, jdemeyer
priority: normal
severity: normal
status: open
title: Improve conditional check for test_gdb
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37382>
_______________________________________


More information about the Python-bugs-list mailing list