STINNER Victor added the comment:

> You could use the Py_SAFE_DOWNCAST macro everywhere.

I prefer to store sizes in a size type (Py_ssize_t), and only downcast where it 
is really needed, in compiler_addop_i(). So in the future, if someone wants to 
support values larger than INT_MAX, only one function need to be changed.

----------

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

Reply via email to