]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Export PyCF_TYPE_COMMENTS and add an interface for it to ast.parse()
authorGuido van Rossum <guido@python.org>
Fri, 25 Jan 2019 20:48:31 +0000 (12:48 -0800)
committerGuido van Rossum <guido@python.org>
Fri, 25 Jan 2019 20:48:31 +0000 (12:48 -0800)
commit46dfac5b3385684e23e24a8a70cca1a28ab7739c
treecf020a7654db62a393bc07214f6dc3252372b110
parent110c42afdc4116bb2b28c0225482f37e74c7a023
Export PyCF_TYPE_COMMENTS and add an interface for it to ast.parse()
Lib/ast.py
Parser/asdl_c.py
Python/Python-ast.c