summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/initconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/initconfig.c b/Python/initconfig.c
index 1880a28..0e53d60 100644
--- a/Python/initconfig.c
+++ b/Python/initconfig.c
@@ -60,7 +60,7 @@ static const PyConfigSpec PYCONFIG_SPEC[] = {
SPEC(hash_seed, ULONG),
SPEC(faulthandler, BOOL),
SPEC(tracemalloc, UINT),
- SPEC(perf_profiling, BOOL),
+ SPEC(perf_profiling, UINT),
SPEC(import_time, BOOL),
SPEC(code_debug_ranges, BOOL),
SPEC(show_ref_count, BOOL),