This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients David.Edelsohn, jelie, martin.panter
Date 2016-06-21.11:38:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466509086.19.0.669934658656.issue22463@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-06-21 11:38:06martin.pantersetrecipients: + martin.panter, jelie, David.Edelsohn
2016-06-21 11:38:06martin.pantersetmessageid: <1466509086.19.0.669934658656.issue22463@psf.upfronthosting.co.za>
2016-06-21 11:38:06martin.panterlinkissue22463 messages
2016-06-21 11:38:05martin.pantercreate