[issue36187] Get rid of NamedStore

2019-03-05 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue36187] Get rid of NamedStore

2019-03-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset d8b3a98c9098c66a714fd5593e1928af0ffbc631 by Serhiy Storchaka in branch 'master': bpo-36187: Remove NamedStore. (GH-12167) https://github.com/python/cpython/commit/d8b3a98c9098c66a714fd5593e1928af0ffbc631 -- _

[issue36187] Get rid of NamedStore

2019-03-04 Thread Josh Rosenberg
Change by Josh Rosenberg : -- nosy: +josh.r ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue36187] Get rid of NamedStore

2019-03-04 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +12165 stage: -> patch review ___ Python tracker ___ ___ Python-bug

[issue36187] Get rid of NamedStore

2019-03-04 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : The proposed PR refactors the code for assignment expression and removes the NamedStore value of the expr_context_ty enum added in issue35224. This value is undistinguished from Store except two places in Python/ast.c and Python/symtable.c, but in that c