Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d8c65 commit 8316769Copy full SHA for 8316769
1 file changed
Tools/peg_generator/peg_extension/peg_extension.c
@@ -52,7 +52,7 @@ parse_file(PyObject *self, PyObject *args, PyObject *kwds)
52
PyCompilerFlags flags = _PyCompilerFlags_INIT;
53
mod_ty res = _PyPegen_run_parser_from_file_pointer(
54
fp, Py_file_input, filename_ob,
55
- NULL, NULL, NULL, &flags, NULL, arena);
+ NULL, NULL, NULL, &flags, NULL, NULL, arena);
56
fclose(fp);
57
if (res == NULL) {
58
goto error;
0 commit comments