]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111848: Clean up RESERVE() macro (#112274)
authorGuido van Rossum <guido@python.org>
Mon, 20 Nov 2023 18:45:42 +0000 (10:45 -0800)
committerGitHub <noreply@github.com>
Mon, 20 Nov 2023 18:45:42 +0000 (10:45 -0800)
commitc4c63211e83aa50927f3f1e57eacfaf4952ed228
tree68a48867ed67bfd7819c43e8257ae144f9318e24
parent1995955173737bcb009dbacaeff7821b4d744148
gh-111848: Clean up RESERVE() macro (#112274)

Also avoid compiler warnings about unused 'reserved' variable.
Python/optimizer.c