]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120155: Initialize variables in _tkinter.c (#120156)
authorVictor Stinner <vstinner@python.org>
Thu, 6 Jun 2024 15:31:33 +0000 (17:31 +0200)
committerGitHub <noreply@github.com>
Thu, 6 Jun 2024 15:31:33 +0000 (17:31 +0200)
commit78634cfa3dd4b542897835d5f097604dbeb0f3fd
tree77d7f30ed8fda1f17af7536fd594c02cdeaa1f0e
parentcccc9f63c63ae693ccd0e2d8fc6cfd3aa18feb8e
gh-120155: Initialize variables in _tkinter.c (#120156)

Initialize variables in _tkinter.c to make static analyzers happy.
Modules/_tkinter.c