]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36672: Fix a compiler warning in winreg.SetValue() (GH-12882)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 22 Apr 2019 17:31:46 +0000 (10:31 -0700)
committerGitHub <noreply@github.com>
Mon, 22 Apr 2019 17:31:46 +0000 (10:31 -0700)
commit36aecc0079af0ec65add8ffb5bcdea9a594baca4
treed5a4df73c3124685c82237c69f1f2732355f7c8c
parent7038deed09784a03e2a7bad500f0054d29876ae7
bpo-36672: Fix a compiler warning in winreg.SetValue() (GH-12882)

(cherry picked from commit 34366b7f914eedbcc33aebe882098a2199ffaf82)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
PC/winreg.c