]> granicus.if.org Git - python/commit
Issue #18408: Fix typo in build_node_tree() of the parser module
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 16 Jul 2013 22:13:52 +0000 (00:13 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 16 Jul 2013 22:13:52 +0000 (00:13 +0200)
commit6684bdf73dfb53d666ce9609cb4ecad3f020d006
tree2291b13d25e9f846d4ad4d9bc2a1e481ada98a90
parent3997cfdb7fa75fece43288e89e80b4eaaae7be0a
Issue #18408: Fix typo in build_node_tree() of the parser module

Type "o" format of Py_BuildValue() is invalid: it must be "O".
Modules/parsermodule.c