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

This commit is contained in:
Neal Norwitz 2004-07-08 01:54:07 +00:00
parent 93468eac72
commit 4ded4b52c4

View file

@ -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 *