]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #8992: convertsimple() doesn't need to fill msgbuf if an error occurred
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 4 Jan 2011 11:16:49 +0000 (11:16 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 4 Jan 2011 11:16:49 +0000 (11:16 +0000)
commit6ab8e8298eba1d52debc53d6e6a38d419bb255c0
tree769b7263801b75489abef426a82c6509d3081939
parenta093d0d6a92147bd0d024afdf03474c14b5b4594
Issue #8992: convertsimple() doesn't need to fill msgbuf if an error occurred

Return msgbug on error is enough.
Python/getargs.c