Message268984
Looking closer at cPickle.c (after upgrading my GCC), I think there are two warnings happening, when Pdata_clear() is inlined into each of noload_reduce() and noload_setitem(). I think both cases are false positives; there is no actual signed overflow possible. Ismail Donmez has provided patches that work around this warning in Issue 1621, but IMO, and maybe in the general consensus, we shouldn’t add these workarounds. |
|
Date |
User |
Action |
Args |
2016-06-21 11:38:06 | martin.panter | set | recipients:
+ martin.panter, jelie, David.Edelsohn |
2016-06-21 11:38:06 | martin.panter | set | messageid: <1466509086.19.0.669934658656.issue22463@psf.upfronthosting.co.za> |
2016-06-21 11:38:06 | martin.panter | link | issue22463 messages |
2016-06-21 11:38:05 | martin.panter | create | |
|