]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix ast_error_finish() and err_input(): filename can be NULL
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 16 Oct 2010 13:42:53 +0000 (13:42 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 16 Oct 2010 13:42:53 +0000 (13:42 +0000)
commit2f2ed1f36c9413ee2cabed8d8300ee080d85f687
tree2b70dbd47a564f7dc1b21708c36bc04ff7f3cdaf
parent4c7c8c30235e42c47500b91549c2b6154b61f883
Fix ast_error_finish() and err_input(): filename can be NULL

Fix my previous commit (r85569).
Python/ast.c
Python/pythonrun.c