]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix compiler errors for unused variables (GH-26601)
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 8 Jun 2021 12:16:24 +0000 (13:16 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Jun 2021 12:16:24 +0000 (13:16 +0100)
commit781dc76577b1810666f4ce04d8fc20d8b43fb374
tree3807c4941c94da455d982fd562058e0be01b68a0
parentd334c73b56756e90c33ce06e3a6ec23271aa099d
Fix compiler errors for unused variables (GH-26601)
Modules/_sqlite/connection.c
Python/compile.c