]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Refactor error handling code in Parser/pegen/pegen.c (GH-20440)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Wed, 27 May 2020 16:04:11 +0000 (19:04 +0300)
committerGitHub <noreply@github.com>
Wed, 27 May 2020 16:04:11 +0000 (09:04 -0700)
commit526e23f1538134b728c21ac71ac977ae9e6a8de6
treed44682b18c82e671902c5515c79791c2172986cb
parent29a1384c040d39659e7d01f1fd7b6eb71ef2634e
Refactor error handling code in Parser/pegen/pegen.c (GH-20440)

Set p->error_indicator in various places, where it's needed, but it's
not done.

Automerge-Triggered-By: @gvanrossum
Parser/pegen/pegen.c