]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
parser: fix usage of Py_BuildValue() to build a parser error
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 2 Jan 2014 10:49:27 +0000 (11:49 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 2 Jan 2014 10:49:27 +0000 (11:49 +0100)
commit5f8d48598263ea24a046fd8539fe33e43f96fb15
tree0a7b34d695f6048b4fdda31d466b0b31a213c581
parentcb0613b860a59cae74443acf92e08fcf5b2d9d19
parser: fix usage of Py_BuildValue() to build a parser error

Fix typo: "os" format => "Os"
Modules/parsermodule.c