]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-106008: Fix refleak when peepholing `None` comparisons (#106367)
authorBrandt Bucher <brandtbucher@microsoft.com>
Tue, 4 Jul 2023 10:03:57 +0000 (03:03 -0700)
committerGitHub <noreply@github.com>
Tue, 4 Jul 2023 10:03:57 +0000 (11:03 +0100)
commite4ba71fe4b32ae0d7fb3319d697616470fba1e58
tree0610612b46d26fe62b30cc07d30c80cf6aa57224
parentc9ce983ae1a361f431a0303aeb6f4b8e1d674275
GH-106008: Fix refleak when peepholing `None` comparisons (#106367)
Misc/NEWS.d/next/Core and Builtins/2023-07-03-11-38-43.gh-issue-106008.HDf1zd.rst [new file with mode: 0644]
Python/flowgraph.c