mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Pass the flags along, rather than ignoring them. Backport candidate
This commit is contained in:
parent
93468eac72
commit
4ded4b52c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue