[issue25846] Use of Py_ARRAY_LENGTH on pointer in posixmodule.c, win32_wchdir

STINNER Victor report at bugs.python.org
Sun Dec 13 16:01:46 EST 2015


STINNER Victor added the comment:

> > I found this while writing up a separate bug (CPython doesn't use static analysis!).

The sad part is that Py_ARRAY_LENGTH() is written for static analysis, but it only works with some compilaters, and for example it doesn't work with Visual Studio, the only compiler on Windows officially supported.

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list