Message314522
| Author | serhiy.storchaka |
|---|---|
| Recipients | imz, methane, serhiy.storchaka |
| Date | 2018-03-27.11:48:25 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1522151305.09.0.467229070634.issue33153@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
tuplerepeat() in Objects/tupleobject.c uses a questionable check that relies on signed integer overflow. It is a matter of time when this rifle will shoot in the foot. But I didn't expected issues with old good gcc 6.3. Was the interpreter compiled with non-standard options or ran on non-x86 platform? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-03-27 11:48:25 | serhiy.storchaka | set | recipients: + serhiy.storchaka, methane, imz |
| 2018-03-27 11:48:25 | serhiy.storchaka | set | messageid: <1522151305.09.0.467229070634.issue33153@psf.upfronthosting.co.za> |
| 2018-03-27 11:48:25 | serhiy.storchaka | link | issue33153 messages |
| 2018-03-27 11:48:25 | serhiy.storchaka | create | |