This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients martin.panter, python-dev, vstinner
Date 2016-03-16.07:18:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458112692.64.0.955963115502.issue26564@psf.upfronthosting.co.za>
In-reply-to
Content
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]
History
Date User Action Args
2016-03-16 07:18:12martin.pantersetrecipients: + martin.panter, vstinner, python-dev
2016-03-16 07:18:12martin.pantersetmessageid: <1458112692.64.0.955963115502.issue26564@psf.upfronthosting.co.za>
2016-03-16 07:18:12martin.panterlinkissue26564 messages
2016-03-16 07:18:12martin.pantercreate