]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116664: Fix unused var warnings in _warnings.c in non-free-threaded builds (#117373)
authorErlend E. Aasland <erlend@python.org>
Fri, 29 Mar 2024 17:26:06 +0000 (18:26 +0100)
committerGitHub <noreply@github.com>
Fri, 29 Mar 2024 17:26:06 +0000 (17:26 +0000)
commitddf95b5f16031cdbd0d728e55eb06dff002a8678
tree96001bb074a7b916b82d864e0d8d6615a87f8227
parent0fa571dbcdf19b541276cb00bb929381930467b2
gh-116664: Fix unused var warnings in _warnings.c in non-free-threaded builds (#117373)

The warnings were introduced by commit c1712ef06.
Python/_warnings.c