]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-118518: Correct type of perf_profiling in config (#118646)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 6 May 2024 14:30:30 +0000 (15:30 +0100)
committerGitHub <noreply@github.com>
Mon, 6 May 2024 14:30:30 +0000 (15:30 +0100)
Python/initconfig.c

index 1880a28fea81f69f6bbaa548eafe5948a611b168..0e53d60e3537af3140298d3a78e5d7ef90cbf2e8 100644 (file)
@@ -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),