]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merge remote-tracking branch 'origin/master' into ast-type-comments
authorGuido van Rossum <guido@python.org>
Fri, 25 Jan 2019 16:39:49 +0000 (08:39 -0800)
committerGuido van Rossum <guido@python.org>
Fri, 25 Jan 2019 16:48:44 +0000 (08:48 -0800)
commit7e7855242fd5188d6444ca977b6f3d7ebed09b0c
tree36130a222505621178d67ac54b4131167a525207
parent5d365583ee3720aa5d83590faa6cbcb77f151bae
parent3bab40db96efda2e127ef84e6501fda0cdc4f5b8
Merge remote-tracking branch 'origin/master' into ast-type-comments

Grammar changes merged:
- PEP 572 (assignment expessions)
- GH-10370 (slightly more lenient r.h.s. for annotated assignments)
12 files changed:
Doc/library/token-list.inc
Grammar/Grammar
Grammar/Tokens
Include/Python-ast.h
Include/graminit.h
Include/token.h
Lib/token.py
Parser/Python.asdl
Parser/token.c
Python/Python-ast.c
Python/ast.c
Python/graminit.c