]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42860: Remove type error from grammar (GH-24156)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Thu, 7 Jan 2021 22:31:25 +0000 (00:31 +0200)
committerGitHub <noreply@github.com>
Thu, 7 Jan 2021 22:31:25 +0000 (14:31 -0800)
commit07dcd86ceed0bd88d1e96dcf53b1de2fea024385
tree4bcfb1f5fd933133abc964d8317e835a2bc7cb5b
parenta581a868d97f649aedf868a1d27865a10925c73a
bpo-42860: Remove type error from grammar (GH-24156)

This is only there so that alternative implementations written in statically-typed languages can use this grammar without
having type errors in the way.

Automerge-Triggered-By: GH:lysnikolaou
Grammar/python.gram
Parser/parser.c