PyAST_CompileEx

version(Python_2_5_Or_Later && Python_3_2_Or_Later)
extern (C)
PyAST_CompileEx

Parameters

mod _mod*
filename const(char)*

decoded from the filesystem encoding

flags PyCompilerFlags*
optimize int
arena PyArena*

Availability: >= 3.2

Meta