cpython ~master (2016-02-02T15:55:08Z)
Dub
Repo
PyAST_CompileEx
deimos
python
compile
version
(
Python_3_2_Or_Later
)
PyCodeObject
*
PyAST_CompileEx
(
_mod
*
mod
,
const
(
char
)*
filename
,
PyCompilerFlags
*
flags
,
int
optimize
,
PyArena
*
arena
)
Parameters
filename
Type:
const
(
char
)*
decoded from the filesystem encoding */ /// Availability: >= 3.
Meta
Source
See Implementation
deimos
python
compile
functions
PyAST_Compile
PyAST_CompileEx
PyFuture_FromAST
PyNode_Compile
PyNode_CompileFlags
PyNode_Future
manifest constants
FUTURE_ABSOLUTE_IMPORT
FUTURE_BARRY_AS_BDFL
FUTURE_DIVISION
FUTURE_GENERATORS
FUTURE_NESTED_SCOPES
FUTURE_PRINT_FUNCTION
FUTURE_UNICODE_LITERALS
FUTURE_WITH_STATEMENT
structs
PyFutureFeatures
_mod