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 vstinner
Recipients christian.heimes, eric.smith, mark.dickinson, vstinner, zach.ware
Date 2013-11-18.15:34:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384788854.38.0.564449448479.issue19638@psf.upfronthosting.co.za>
In-reply-to
Content
"I don't much like the use of Py_SSIZE_T and Py_SAFE_DOWNCAST here (...) 
And in fact I'd say that we *shouldn't* be silencing these warnings; rather, we should take them seriously."

So size_t should be used instead ("s - s1" is unsigned, s >= s1).
History
Date User Action Args
2013-11-18 15:34:14vstinnersetrecipients: + vstinner, mark.dickinson, eric.smith, christian.heimes, zach.ware
2013-11-18 15:34:14vstinnersetmessageid: <1384788854.38.0.564449448479.issue19638@psf.upfronthosting.co.za>
2013-11-18 15:34:14vstinnerlinkissue19638 messages
2013-11-18 15:34:14vstinnercreate