[New-bugs-announce] [issue15181] importlib.h: suncc warnings

Stefan Krah report at bugs.python.org
Mon Jun 25 14:00:26 CEST 2012


New submission from Stefan Krah <stefan-usenet at bytereef.org>:

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
[...]

----------
components: Build
messages: 163954
nosy: skrah
priority: normal
severity: normal
status: open
title: importlib.h: suncc warnings
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15181>
_______________________________________


More information about the New-bugs-announce mailing list