python code to run
start symbol. one of Py_eval_input, Py_file_input, Py_single_input.
globals variables. should be a dict.
compilation flags (modified by from __future__ import xx).
result of executing code, or null if an exception was raised.
See Implementation