]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45773: Remove invalid peephole optimizations (GH-31066)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 3 Feb 2022 15:54:51 +0000 (07:54 -0800)
committerGitHub <noreply@github.com>
Thu, 3 Feb 2022 15:54:51 +0000 (07:54 -0800)
commitff6948b1286c854ee77dfc0b23b9d828b36873e4
tree803da480fe804b2b2fe41f5041959ef49ded304b
parenta77de58108a89ada49a3af7613e84df436fd147c
bpo-45773: Remove invalid peephole optimizations (GH-31066)

(cherry picked from commit e0433c1e70254d4d0357a9e14596929a04bdf769)

Co-authored-by: Brandt Bucher <brandt@python.org>
Misc/NEWS.d/next/Core and Builtins/2022-02-01-14-30-56.bpo-45773.Up77LD.rst [new file with mode: 0644]
Python/compile.c