]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36187: Remove NamedStore. (GH-12167)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 5 Mar 2019 18:42:06 +0000 (20:42 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2019 18:42:06 +0000 (20:42 +0200)
commitd8b3a98c9098c66a714fd5593e1928af0ffbc631
treedc9c2290f796ec697adcfa12942f773646f8f13c
parentadfffc7343ce7ebc88ec734a803d3247ba8927fb
bpo-36187: Remove NamedStore. (GH-12167)

NamedStore has been replaced with Store. The difference between
NamedStore and Store is handled when precess the NamedExpr node
one level upper.
Include/Python-ast.h
Lib/test/test_syntax.py
Parser/Python.asdl
Python/Python-ast.c
Python/ast.c
Python/compile.c
Python/symtable.c