]> granicus.if.org Git - python/commit
bpo-35814: Allow same r.h.s. in annotated assignments as in normal ones (GH-11667)
authorIvan Levkivskyi <levkivskyi@gmail.com>
Fri, 25 Jan 2019 01:39:19 +0000 (01:39 +0000)
committerGitHub <noreply@github.com>
Fri, 25 Jan 2019 01:39:19 +0000 (01:39 +0000)
commit62c35a8a8ff5854ed470b1c16a7a14f3bb80368c
treec9fbcd76316803a7d1272301a64a3c3ea233d2bd
parent1396d8fab4d0ae830d45f4937322bbb43ce0c30e
bpo-35814: Allow same r.h.s. in annotated assignments as in normal ones (GH-11667)
Grammar/Grammar
Lib/test/test_grammar.py
Lib/test/test_parser.py
Misc/NEWS.d/next/Core and Builtins/2019-01-24-13-25-21.bpo-35814.r_MjA6.rst [new file with mode: 0644]
Python/ast.c
Python/graminit.c