Martin Panter added the comment:

Xiang: regarding your overflow_fix_in_listextend.patch, what do you think about 
adding a comment or debugging assertion instead, something like:

/* It should not be possible to allocate a list large enough to cause an 
overflow on any relevant platform */
assert(m < PY_SSIZE_T_MAX - n);

----------

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

Reply via email to