Thanks to visit codestin.com Credit goes to github.com
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 795ba58 commit 5e3e426Copy full SHA for 5e3e426
1 file changed
Python/ceval.c
@@ -36,22 +36,14 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
36
37
#include "allobjects.h"
38
39
-#include "import.h"
40
-#include "sysmodule.h"
41
-#include "bltinmodule.h"
42
#include "compile.h"
43
#include "frameobject.h"
44
#include "eval.h"
45
-#include "ceval.h"
46
#include "opcode.h"
47
-#include "traceback.h"
48
#include "graminit.h"
49
-#include "pythonrun.h"
50
51
#include <ctype.h>
52
53
-extern int suppress_print; /* Declared in pythonrun.c, set in pythonmain.c */
54
-
55
/* Turn this on if your compiler chokes on the big switch: */
56
/* #define CASE_TOO_BIG 1 */
57
0 commit comments