Kaydet (Commit) 4ded4b52 authored tarafından Neal Norwitz's avatar Neal Norwitz

Pass the flags along, rather than ignoring them. Backport candidate

üst 93468eac
......@@ -29,7 +29,7 @@ PyParser_ParseStringFlags(const char *s, grammar *g, int start,
perrdetail *err_ret, int flags)
{
return PyParser_ParseStringFlagsFilename(s, NULL,
g, start, err_ret, 0);
g, start, err_ret, flags);
}
node *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment