Skip to content
Prev Previous commit
Next Next commit
Remove debug printf
Co-authored-by: Petr Viktorin <encukou@gmail.com>
  • Loading branch information
colesbury and encukou authored Apr 11, 2024
commit 4afbf9575a74f2af713bcc2f7cad62f9e5d1c873
1 change: 0 additions & 1 deletion Python/import.c
Original file line number Diff line number Diff line change
Expand Up @@ -3697,7 +3697,6 @@ _imp__override_multi_interp_extensions_check_impl(PyObject *module,
return NULL;
}
#ifdef Py_GIL_DISABLED
printf("Setting exception\n");
PyErr_SetString(PyExc_RuntimeError,
"_imp._override_multi_interp_extensions_check() "
"cannot be used in the free-threaded build");
Expand Down