]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87092: avoid gcc warning on uninitialized struct field in assemble.c (#104460)
authorDong-hee Na <donghee.na@python.org>
Sun, 14 May 2023 11:03:30 +0000 (20:03 +0900)
committerGitHub <noreply@github.com>
Sun, 14 May 2023 11:03:30 +0000 (12:03 +0100)
commit178153c9a6f32da8d132aae591c0cfebea7c6366
tree2ba237f1f70f2728856823a45eddfee8252d6d5a
parent080a5961527473af182b025bb29e0c52d43fd49e
gh-87092: avoid gcc warning on uninitialized struct field in assemble.c (#104460)
Python/assemble.c