[issue15103] Solaris compiler chokes on importlib.h

Antoine Pitrou report at bugs.python.org
Mon Jun 18 23:38:01 CEST 2012


New submission from Antoine Pitrou <pitrou at free.fr>:

The Solaris compiler chokes on the embedded NUL character. Perhaps we can find another way to remove the importlib.h diffs from the notification e-mails (simply hardcode the filename?).

http://www.python.org/dev/buildbot/all/builders/x86%20Solaris%2011%203.x/builds/21/steps/compile/logs/stdio

/opt/solarisstudio/bin/cc -c  -O    -I. -I./Include    -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c
"Python/importlib.h", line 3847: null character in input
cc: acomp failed for Python/frozen.c

----------
components: Interpreter Core
messages: 163124
nosy: georg.brandl, pitrou
priority: normal
severity: normal
status: open
title: Solaris compiler chokes on importlib.h
type: compile error
versions: Python 3.3

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


More information about the Python-bugs-list mailing list