Index: Python/import.c =================================================================== --- Python/import.c (révision 78770) +++ Python/import.c (copie de travail) @@ -2748,8 +2748,6 @@ } else { /* No globals -- use standard builtins, and fake globals */ - PyErr_Clear(); - builtins = PyImport_ImportModuleLevel("__builtin__", NULL, NULL, NULL, 0); if (builtins == NULL)