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 <rep...@bugs.python.org>
<http://bugs.python.org/issue25846>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to