Skip to content

Commit 8b113d1

Browse files
remove typo
1 parent 41f6fa6 commit 8b113d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_code.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ int _Py_Specialize_BinaryMultiply(PyObject *left, PyObject *right, _Py_CODEUNIT
312312
int _Py_Specialize_CallFunction(PyObject *callable, _Py_CODEUNIT *instr, int nargs, SpecializedCacheEntry *cache, PyObject *builtins);
313313

314314
#define PRINT_SPECIALIZATION_STATS 0
315-
#define PRINT_SPECIALIZATION_STATS_DETAILED 9
315+
#define PRINT_SPECIALIZATION_STATS_DETAILED 0
316316
#define PRINT_SPECIALIZATION_STATS_TO_FILE 0
317317

318318
#ifdef Py_DEBUG

0 commit comments

Comments
 (0)