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 3997cfd commit 6684bdfCopy full SHA for 6684bdf
1 file changed
Modules/parsermodule.c
@@ -899,7 +899,7 @@ build_node_tree(PyObject *tuple)
899
* The tuple is simple, but it doesn't start with a start symbol.
900
* Raise an exception now and be done with it.
901
*/
902
- tuple = Py_BuildValue("os", tuple,
+ tuple = Py_BuildValue("Os", tuple,
903
"Illegal syntax-tree; cannot start with terminal symbol.");
904
PyErr_SetObject(parser_error, tuple);
905
Py_XDECREF(tuple);
0 commit comments