cpython/Misc/NEWS.d/next/Library/2024-06-05-08-02-46.gh-issu...

3 lines
139 B
ReStructuredText
Raw Normal View History

Fix calling :func:`copy.deepcopy` on :mod:`ast` trees that have been
modified to have references to parent nodes. Patch by Jelle Zijlstra.