Skip to content

Commit 8e18d8e

Browse files
committed
remove internal ticket references
1 parent 440738c commit 8e18d8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_formatting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def test_none_value_formatting():
5858

5959

6060
def test_tb_with_none_lineno():
61-
# Regression for ARE-2675 / Python 3.12+ compat.
61+
# Regression Python 3.12+ compat.
6262
# Since CPython 3.12, `tb.tb_lineno` (and `frame.f_lineno`) return None when
6363
# the instruction at tb_lasti has no line mapping. Stackprinter used to pass
6464
# that None straight into source_inspection.annotate() and blow up on

0 commit comments

Comments
 (0)