]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87092: avoid gcc warning on uninitialized struct field in assemble… (gh-105243)
authorDong-hee Na <donghee.na@python.org>
Fri, 2 Jun 2023 16:00:50 +0000 (01:00 +0900)
committerGitHub <noreply@github.com>
Fri, 2 Jun 2023 16:00:50 +0000 (16:00 +0000)
commit2f5c1ae080aa7161e6262f9748d9ceb3ecd1f839
tree4606050f8380492316d0a93ae8da06a323c51f52
parenta9305b5e80e414b8b9b2bd366e96b43add662d70
gh-87092: avoid gcc warning on uninitialized struct field in assemble… (gh-105243)

gh-87092: avoid gcc warning on uninitialized struct field in assemble.c (part2)
Python/assemble.c