Skip to content

Commit f30c74d

Browse files
committed
WIP: optional config string
1 parent 9ff3234 commit f30c74d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/initconfig.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ static const PyConfigSpec PYCONFIG_SPEC[] = {
126126
#endif
127127
SPEC(buffered_stdio, BOOL, READ_ONLY, NO_SYS),
128128
SPEC(check_hash_pycs_mode, WSTR, READ_ONLY, NO_SYS),
129-
SPEC(traceback_timestamps, WSTR, READ_ONLY, NO_SYS),
129+
SPEC(traceback_timestamps, WSTR_OPT, READ_ONLY, NO_SYS),
130130
SPEC(code_debug_ranges, BOOL, READ_ONLY, NO_SYS),
131131
SPEC(configure_c_stdio, BOOL, READ_ONLY, NO_SYS),
132132
SPEC(cpu_count, INT, READ_ONLY, NO_SYS),

0 commit comments

Comments
 (0)