gh-107954: Fix configuration type for the perf profiler (#124636)
This commit is contained in:
committed by
GitHub
parent
425587a110
commit
02b49c5150
@@ -150,7 +150,7 @@ static const PyConfigSpec PYCONFIG_SPEC[] = {
|
||||
SPEC(orig_argv, WSTR_LIST, READ_ONLY, SYS_ATTR("orig_argv")),
|
||||
SPEC(parse_argv, BOOL, READ_ONLY, NO_SYS),
|
||||
SPEC(pathconfig_warnings, BOOL, READ_ONLY, NO_SYS),
|
||||
SPEC(perf_profiling, BOOL, READ_ONLY, NO_SYS),
|
||||
SPEC(perf_profiling, UINT, READ_ONLY, NO_SYS),
|
||||
SPEC(program_name, WSTR, READ_ONLY, NO_SYS),
|
||||
SPEC(run_command, WSTR_OPT, READ_ONLY, NO_SYS),
|
||||
SPEC(run_filename, WSTR_OPT, READ_ONLY, NO_SYS),
|
||||
|
||||
Reference in New Issue
Block a user