mirror of
https://github.com/python/cpython.git
synced 2025-01-25 02:24:25 +08:00
Pass the flags along, rather than ignoring them. Backport candidate
This commit is contained in:
parent
93468eac72
commit
4ded4b52c4
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user