]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115441: Fix missing braces warning (#115460)
authorSam Gross <colesbury@gmail.com>
Wed, 14 Feb 2024 17:27:39 +0000 (12:27 -0500)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2024 17:27:39 +0000 (12:27 -0500)
commit17773fcb863d5aef299487b07207c2ced8e9477e
treed1dff8aa78ad86a84d339585d9441f7b26c50f02
parenta2d4281415e67c62f91363376db97eb66a9fb716
gh-115441: Fix missing braces warning (#115460)

Removes `_py_object_state_INIT`. We want to initialize the `object_state` field to zero.
Include/internal/pycore_runtime_init.h