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 mark.dickinson
Recipients dilyan.palauzov, mark.dickinson, vstinner
Date 2017-05-11.08:07:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494490077.51.0.996602179482.issue30287@psf.upfronthosting.co.za>
In-reply-to
Content
> I guess return -1 instead of bits=0 will silent both gcc and the static analyzer warning.

That's a possibility, though we should also set an exception in that case (since returning an error value without setting an exception is also something that might be picked up by a CPython-oriented static analyser in the future).
History
Date User Action Args
2017-05-11 08:07:57mark.dickinsonsetrecipients: + mark.dickinson, vstinner, dilyan.palauzov
2017-05-11 08:07:57mark.dickinsonsetmessageid: <1494490077.51.0.996602179482.issue30287@psf.upfronthosting.co.za>
2017-05-11 08:07:57mark.dickinsonlinkissue30287 messages
2017-05-11 08:07:57mark.dickinsoncreate