python-2.7.6/include/compile.h Source File
Go to the documentation of this file.
22 #define FUTURE_NESTED_SCOPES "nested_scopes"
23 #define FUTURE_GENERATORS "generators"
24 #define FUTURE_DIVISION "division"
25 #define FUTURE_ABSOLUTE_IMPORT "absolute_import"
26 #define FUTURE_WITH_STATEMENT "with_statement"
27 #define FUTURE_PRINT_FUNCTION "print_function"
28 #define FUTURE_UNICODE_LITERALS "unicode_literals"
PyAPI_FUNC(PyCodeObject *) PyNode_Compile(struct _node *