commit | d8b3a98c9098c66a714fd5593e1928af0ffbc631 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Mar 05 20:42:06 2019 +0200 |
committer | GitHub <noreply@github.com> | Tue Mar 05 20:42:06 2019 +0200 |
tree | dc9c2290f796ec697adcfa12942f773646f8f13c | |
parent | adfffc7343ce7ebc88ec734a803d3247ba8927fb [diff] |
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.