We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440738c commit 8e18d8eCopy full SHA for 8e18d8e
1 file changed
tests/test_formatting.py
@@ -58,7 +58,7 @@ def test_none_value_formatting():
58
59
60
def test_tb_with_none_lineno():
61
- # Regression for ARE-2675 / Python 3.12+ compat.
+ # Regression Python 3.12+ compat.
62
# Since CPython 3.12, `tb.tb_lineno` (and `frame.f_lineno`) return None when
63
# the instruction at tb_lasti has no line mapping. Stackprinter used to pass
64
# that None straight into source_inspection.annotate() and blow up on
0 commit comments