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
Date 2012-06-25.12:00:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340625626.44.0.511955354059.issue15181@psf.upfronthosting.co.za>
In-reply-to
Content
suncc complains about negative values that are assigned to unsigned
char:

"Python/importlib.h", line 3634: warning: initializer does not fit or is out of range: -125
"Python/importlib.h", line 3635: warning: initializer does not fit or is out of range: -125
[...]
History
Date User Action Args
2012-06-25 12:00:26skrahsetrecipients: + skrah
2012-06-25 12:00:26skrahsetmessageid: <1340625626.44.0.511955354059.issue15181@psf.upfronthosting.co.za>
2012-06-25 12:00:25skrahlinkissue15181 messages
2012-06-25 12:00:25skrahcreate