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 skrah
Recipients skrah, vstinner
Date 2012-02-22.08:51:31
SpamBayes Score 6.8290924e-06
Marked as misclassified No
Message-id <1329900692.24.0.951186261982.issue14085@psf.upfronthosting.co.za>
In-reply-to
Content
The FreeBSD-9.0 bot shows a couple of warnings because some comparisons
in PyUnicode_WRITE are always true:

Objects/unicodeobject.c:2598: warning: comparison is always true due to limited range of data type
Objects/unicodeobject.c:2598: warning: comparison is always true due to limited range of data type
Objects/unicodeobject.c:2598: warning: comparison is always true due to limited range of data type
Objects/unicodeobject.c:2671: warning: comparison is always true due to limited range of data type
Objects/unicodeobject.c:2671: warning: comparison is always true due to limited range of data type

[...]
History
Date User Action Args
2012-02-22 08:51:32skrahsetrecipients: + skrah, vstinner
2012-02-22 08:51:32skrahsetmessageid: <1329900692.24.0.951186261982.issue14085@psf.upfronthosting.co.za>
2012-02-22 08:51:31skrahlinkissue14085 messages
2012-02-22 08:51:31skrahcreate