[New-bugs-announce] [issue36672] A compiler warning in winreg.SetValue()

Zackery Spytz report at bugs.python.org
Sat Apr 20 03:10:18 EDT 2019


New submission from Zackery Spytz <zspytz at gmail.com>:

The warning can be seen on some buildbots (e.g. https://buildbot.python.org/all/#/builders/12/builds/2269).

d:\buildarea\3.x.ware-win81-release\build\pc\winreg.c(1617): warning C4244: 'function': conversion from 'Py_ssize_clean_t' to 'DWORD', possible loss of data

----------
components: Windows
messages: 340564
nosy: ZackerySpytz, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: A compiler warning in winreg.SetValue()
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36672>
_______________________________________


More information about the New-bugs-announce mailing list