Skip to content

Commit 13fa0d1

Browse files
committed
test that -X traceback_timestamps goes to spawned pythons
1 parent aa971bc commit 13fa0d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_support.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,8 @@ def test_args_from_interpreter_flags(self):
573573
['-X', 'importtime'],
574574
['-X', 'importtime=2'],
575575
['-X', 'showrefcount'],
576+
['-X', 'traceback_timestamps'],
577+
['-X', 'traceback_timestamps=ns'],
576578
['-X', 'tracemalloc'],
577579
['-X', 'tracemalloc=3'],
578580
):

0 commit comments

Comments
 (0)