Serhiy Storchaka added the comment:

There are disadvantages in the changing int to Py_ssize_t. Converting 
Py_ssize_t  to/from Python int is a little harder than converting C int or 
long. This change (as any other change) has a risk of introduce new bugs (as 
you can see on example of your patch).

I suggest just add (yet one) explicit comment.

    int index; /* 0 <= index <= LINKCELLS */

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19049>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to