Message303339
>> PR 3816 fixes the symptom, but not the core issue -- an overflow check depending on undefined behaviour.
> I don't understand this check completely actually. When exactly is an int too large to convert?
We see if digits * bits_per_char + PyLong_SHIFT -1 overflows an int? |
|
Date |
User |
Action |
Args |
2017-09-29 16:45:11 | nitishch | set | recipients:
+ nitishch, georg.brandl, mark.dickinson, serhiy.storchaka |
2017-09-29 16:45:11 | nitishch | set | messageid: <1506703511.44.0.213398074469.issue31619@psf.upfronthosting.co.za> |
2017-09-29 16:45:11 | nitishch | link | issue31619 messages |
2017-09-29 16:45:11 | nitishch | create | |
|