We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3aacf commit e692037Copy full SHA for e692037
1 file changed
Objects/codeobject.c
@@ -542,7 +542,6 @@ init_code(PyCodeObject *co, struct _PyCodeConstructor *con)
542
}
543
co->_co_firsttraceable = entry_point;
544
#ifdef Py_GIL_DISABLED
545
- // fprintf(stderr, "== Quicken %s\n", PyUnicode_AsUTF8(co->co_qualname));
546
_PyCode_Quicken(_PyCode_CODE(co), Py_SIZE(co), interp->config.tlbc_enabled);
547
#else
548
_PyCode_Quicken(_PyCode_CODE(co), Py_SIZE(co), 1);
0 commit comments