[New-bugs-announce] [issue21442] Win32 compiler warning in PyBytes_Concat

Zachary Ware report at bugs.python.org
Mon May 5 21:16:52 CEST 2014


New submission from Zachary Ware:

Issue #21377 introduced a compiler warning on Windows:

..\Objects\bytesobject.c(2824): warning C4018: '>' : signed/unsigned mismatch [P:\ath\to\cpython\PCbuild\pythoncore.vcxproj]

----------
components: Build, Windows
messages: 217942
nosy: haypo, nikratio, pitrou, zach.ware
priority: normal
severity: normal
stage: needs patch
status: open
title: Win32 compiler warning in PyBytes_Concat
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21442>
_______________________________________


More information about the New-bugs-announce mailing list