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 vstinner
Recipients martin.panter, python-dev, vstinner
Date 2016-03-16.08:51:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYVurCzFTxupgHzJSe8TOGk3++xHXFCnHLWfWvtVxonQQ@mail.gmail.com>
In-reply-to <1458112692.64.0.955963115502.issue26564@psf.upfronthosting.co.za>
Content
Martin Panter added the comment:
> FYI Victor if you haven’t already noticed, the Windows buildbots are choking on a variable-length array:

Thank you, sometimes I miss buildbot failures.

I pushed changes which had 2 tests, so I knew that all buildbots were
red, and I planned to come back the day after to check.

For Windows, it's a pity, the expression is constant. Stupid compiler
:-) VS2015 doesn't support C99 yet? Anyway, it's trivial to fix the
code. I just fixed it.

I will check again if buildbots are now happy with the current code ;-)
History
Date User Action Args
2016-03-16 08:51:31vstinnersetrecipients: + vstinner, python-dev, martin.panter
2016-03-16 08:51:31vstinnerlinkissue26564 messages
2016-03-16 08:51:31vstinnercreate