]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108253: Fix reads of uninitialized memory in funcobject.c (#108383)
authorGuido van Rossum <guido@python.org>
Wed, 23 Aug 2023 22:36:19 +0000 (15:36 -0700)
committerGitHub <noreply@github.com>
Wed, 23 Aug 2023 22:36:19 +0000 (22:36 +0000)
commit3107b453bcceb0e2d2590fef3612859f2f802d72
tree3c7f2f8c56850f8d847c596a766ef41f6ff8bd9c
parent513c89d0122ff6245cfefbb49ef32bde8a2336f5
gh-108253: Fix reads of uninitialized memory in funcobject.c (#108383)
Objects/funcobject.c