]> granicus.if.org Git - python/commit
Actually raise an exception before calling ast_error_finish.
authorGeorg Brandl <georg@python.org>
Wed, 2 May 2007 20:02:29 +0000 (20:02 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 2 May 2007 20:02:29 +0000 (20:02 +0000)
commitb8ae3d01389f1b079303516aca24f61005c89ee1
treea4c75aa02e4a96d638c9899cc0238389d5213c08
parent9790a2706573359e02fcfc5f18f9907467f4ec49
Actually raise an exception before calling ast_error_finish.
Triggers an assertion otherwise.
Python/ast.c