mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
gh-107954: Fix configuration type for the perf profiler (#124636)
This commit is contained in:
parent
425587a110
commit
02b49c5150
5 changed files with 28 additions and 15 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue