Message272077
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); |
|
| Date |
User |
Action |
Args |
| 2016-08-06 00:59:03 | martin.panter | set | recipients:
+ martin.panter, loewis, nnorwitz, jcea, mark.dickinson, pitrou, vstinner, alexandre.vassalotti, donmez, matejcik, jwilk, alex, dmalcolm, python-dev, deadshort, serhiy.storchaka, ztane, fweimer, Jeffrey.Walton, xiang.zhang |
| 2016-08-06 00:59:03 | martin.panter | set | messageid: <[email protected]> |
| 2016-08-06 00:59:03 | martin.panter | link | issue1621 messages |
| 2016-08-06 00:59:02 | martin.panter | create | |
|