Martin Panter added the comment:

FYI Victor if you haven’t already noticed, the Windows buildbots are choking on 
a variable-length array:

..\Python\traceback.c(513): error C2057: expected constant expression 
[D:\buildarea\3.x.bolen-windows10\build\PCbuild\pythoncore.vcxproj]
..\Python\traceback.c(513): error C2466: cannot allocate an array of constant 
size 0 [D:\buildarea\3.x.bolen-windows10\build\PCbuild\pythoncore.vcxproj]
..\Python\traceback.c(513): error C2133: 'buffer': unknown size 
[D:\buildarea\3.x.bolen-windows10\build\PCbuild\pythoncore.vcxproj]

----------
nosy: +martin.panter

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26564>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to