PyRun_StringFlags(): forgot to pass the flags on to
PyParser_SimpleParseString(). Now calls PyParser_SimpleParseStringFlags() with the correct flag.
Showing
Please register or sign in to comment
PyParser_SimpleParseString(). Now calls PyParser_SimpleParseStringFlags() with the correct flag.