New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15103>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to