]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-110543: Fix CodeType.replace in presence of comprehensions (GH-110586)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Nov 2023 20:48:18 +0000 (21:48 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Nov 2023 20:48:18 +0000 (20:48 +0000)
commit4f976c3b9a6b3606c12924a1adadd12f9d5f0388
tree59ec202b20d8c8a234dded59fa57902841cf4075
parent759168a2a9b6d56f3274ded92d376e472da3b99a
[3.12] gh-110543: Fix CodeType.replace in presence of comprehensions (GH-110586) (#111866)

gh-110543: Fix CodeType.replace in presence of comprehensions (GH-110586)
(cherry picked from commit 0b718e6407da65b838576a2459d630824ca62155)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
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