]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40989: Fix compiler warning in winreg.c (GH-21722)
authorVictor Stinner <vstinner@python.org>
Wed, 5 Aug 2020 14:23:10 +0000 (16:23 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Aug 2020 14:23:10 +0000 (16:23 +0200)
commit15edaecd97a3f8e82895046462342d8ddd8b9f1b
treea41e1555a72935c8f6d563fb5ba60bd4770c248d
parent8f4380d2f5839a321475104765221a7394a9d649
bpo-40989: Fix compiler warning in winreg.c (GH-21722)

Explicitly cast PyHKEYObject* to PyObject* to call _PyObject_Init().
PC/winreg.c