PyEval_MergeCompilerFlags

Look at the current frame's (if any) code's co_flags, and turn on the corresponding compiler flags in cf->cf_flags. Return 1 if any flag was set, else return 0.

extern (C)
int
PyEval_MergeCompilerFlags

Meta