]> granicus.if.org Git - python/commit
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 27 Sep 2018 14:42:37 +0000 (17:42 +0300)
committerGitHub <noreply@github.com>
Thu, 27 Sep 2018 14:42:37 +0000 (17:42 +0300)
commit3f22811fef73aec848d961593d95fa877f77ecbf
tree025ca176b2993e8d85a0961f994794c3f9801032
parenta94ee12c26aa8dd7dce01373779df8055aff765b
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
20 files changed:
Doc/library/ast.rst
Doc/whatsnew/3.8.rst
Include/Python-ast.h
Lib/ast.py
Lib/inspect.py
Lib/test/test_ast.py
Lib/test/test_fstring.py
Lib/test/test_future.py
Lib/test/test_pyclbr.py
Misc/NEWS.d/next/Library/2018-09-20-17-35-05.bpo-32892.TOUBdg.rst [new file with mode: 0644]
Parser/Python.asdl
Parser/asdl_c.py
Python/Python-ast.c
Python/ast.c
Python/ast_opt.c
Python/ast_unparse.c
Python/compile.c
Python/symtable.c
Tools/clinic/clinic.py
Tools/parser/unparse.py