summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-06-05-08-02-46.gh-issue-120108.4U9BL8.rst
blob: e310695656255d8760eeb4d9bf1905abb99d908f (plain)
1
2
Fix calling :func:`copy.deepcopy` on :mod:`ast` trees that have been
modified to have references to parent nodes. Patch by Jelle Zijlstra.