]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Correct a simple NULL-check in `optimizer.c`'s `uop_item()` (GH-140069)
authorMaurycy Pawłowski-Wieroński <5383+maurycy@users.noreply.github.com>
Tue, 14 Oct 2025 15:18:20 +0000 (17:18 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Oct 2025 15:18:20 +0000 (16:18 +0100)
commit3490a99046078e4f9df7ac7570f62a0181bb3b89
tree568b36eb49342dc033df7e902dfbde64a547d4be
parent279db6bede30be3a1b86803585eb4404d27800da
Correct a simple NULL-check in `optimizer.c`'s `uop_item()` (GH-140069)
Python/optimizer.c