]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118761: Fix star-import of ast (#132025)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 2 Apr 2025 18:15:05 +0000 (11:15 -0700)
committerGitHub <noreply@github.com>
Wed, 2 Apr 2025 18:15:05 +0000 (18:15 +0000)
commit06822bfbf625e9777813542be0b8a2d10a685f30
tree51a5b0b28121afe6e2006b4147071cb0add28f48
parent643dd5107cee995c0b48511bf5dbc52c695d11af
gh-118761: Fix star-import of ast (#132025)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Lib/_ast_unparse.py
Lib/ast.py