gh-118518: Correct type of perf_profiling in config (#118646)

This commit is contained in:
Pablo Galindo Salgado 2024-05-06 15:30:30 +01:00 committed by GitHub
parent c3f4a6b524
commit 09871c9223
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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),