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 9a45bf7 commit d6c9863Copy full SHA for d6c9863
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