]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 29 Aug 2019 07:04:44 +0000 (00:04 -0700)
committerGitHub <noreply@github.com>
Thu, 29 Aug 2019 07:04:44 +0000 (00:04 -0700)
commitd3d2650cf84e6be0f84d6d0d538999d1e0cfdd43
tree5914115d879cb928a018c6e04293c0b3a96bd787
parentbe310e03d0b84ef56e9d35b0b1b21d685b7ea371
bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510)

(cherry picked from commit e64f948e762a6b9fd02e2902ccf42438df6fcb61)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/library/ast.rst
Lib/ast.py
Lib/test/test_ast.py
Misc/NEWS.d/next/Library/2019-08-26-10-45-51.bpo-37950.-K1IKT.rst [new file with mode: 0644]