]> granicus.if.org Git - python/commit
bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 29 Aug 2019 06:30:23 +0000 (09:30 +0300)
committerGitHub <noreply@github.com>
Thu, 29 Aug 2019 06:30:23 +0000 (09:30 +0300)
commite64f948e762a6b9fd02e2902ccf42438df6fcb61
tree833c88bf7abd2b0ded10bd61468c0d238dedf514
parentb235a1b47394eedc5f8ea4cf214f56c4c6932e59
bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510)
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]