]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix ast_for_atom()
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 3 Sep 2015 10:57:11 +0000 (12:57 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 3 Sep 2015 10:57:11 +0000 (12:57 +0200)
commit00723e03536c8494e692767f8495800188843d6f
tree1f98d5d5612fb5f82113ca86b73a82faf67f226f
parent99bb14bf0c4b9bdef2535710cc14abbdf5aa648a
Fix ast_for_atom()

Clear PyObject_Str() exception if it failed, ast_error() should not be called
with an exception set.
Python/ast.c