]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110543: Fix CodeType.replace in presence of comprehensions (#110586)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 8 Nov 2023 20:11:59 +0000 (12:11 -0800)
committerGitHub <noreply@github.com>
Wed, 8 Nov 2023 20:11:59 +0000 (13:11 -0700)
commit0b718e6407da65b838576a2459d630824ca62155
tree8947c7a8af9ec58b64c8ca37baf8791071c76912
parent804575b5c05f1dc94ccfebf6c5736d95410a0f01
gh-110543: Fix CodeType.replace in presence of comprehensions (#110586)
Lib/test/test_listcomps.py
Misc/NEWS.d/next/Core and Builtins/2023-10-09-19-54-33.gh-issue-110543.1wrxO8.rst [new file with mode: 0644]
Objects/codeobject.c