]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix compiler errors for unused variables in marshal.c (GH-26977)
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 30 Jun 2021 20:55:57 +0000 (21:55 +0100)
committerGitHub <noreply@github.com>
Wed, 30 Jun 2021 20:55:57 +0000 (21:55 +0100)
commit66c53b48e1f5c841d9f48e51ce7bf1a74b75b629
tree139888ec3c8ff279c369677144df498e2cbf2097
parentd3a95c1b6eacbbbd92c294744e7ed41932f3f63e
Fix compiler errors for unused variables in marshal.c (GH-26977)
Python/marshal.c