[issue32587] Make REG_MULTI_SZ support zero-length strings

Steve Dower report at bugs.python.org
Mon Sep 9 06:33:57 EDT 2019


Steve Dower <steve.dower at python.org> added the comment:

This introduced a new warning:

c:\projects\cpython\pc\winreg.c(775): warning C4267: '-=': conversion from 'size_t' to 'int', possible loss of data [C:\Projects\cpython\PCbuild\pythoncore.vcxproj]

I'll fix it (after I'm done with my current task) unless someone else gets there first.

----------

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


More information about the Python-bugs-list mailing list