[issue26564] Malloc debug hooks: display memory block traceback on error

STINNER Victor report at bugs.python.org
Wed Mar 16 04:51:31 EDT 2016


STINNER Victor added the comment:

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 ;-)

----------

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


More information about the Python-bugs-list mailing list