Skip to content
Prev Previous commit
Next Next commit
mark a failing test
  • Loading branch information
ShaharNaveh committed Jul 16, 2025
commit 058c76cee8a2dc89a157fcd4666839ac1a5e5b46
2 changes: 2 additions & 0 deletions Lib/test/test_traceback.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,8 @@ def do_test(firstlines, message, charset, lineno):
# Issue #18960: coding spec should have no effect
do_test("x=0\n# coding: GBK\n", "h\xe9 ho", 'utf-8', 5)

# TODO: RUSTPYTHON
@unittest.expectedFailure
def test_print_traceback_at_exit(self):
# Issue #22599: Ensure that it is possible to use the traceback module
# to display an exception at Python exit
Expand Down