Artur Frysiak added the comment:
Adding -fno-caller-saves to OPT in Makefile fixes problem.
BTW All compilations done on x86_64 architecture.
--
versions: +Python 3.2
___
Python tracker
<http://bugs.python.org/issue6
Artur Frysiak added the comment:
reproduced on fresh checkout from
http://svn.python.org/projects/python/branches/py3k (rev. 74321)
$ gcc --version|head -n 1
gcc (PLD-Linux) 4.4.1 20090724 (release)
--
___
Python tracker
<http://bugs.python.
Artur Frysiak added the comment:
Yes. issue1046644 solves this.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue828336>
___
___
Py
Artur Frysiak added the comment:
Exact options used to configure:
./configure \
--enable-ipv6 \
--with-wide-unicode \
--enable-shared \
--with-computed-gotos \
--with-dbmliborder=gdbm:bdb \
--with-signal-module \
--with-tsc \
--with-threads \
--with-doc-strings \
--with-fpectl
New submission from Artur Frysiak :
Building Python 3.1 (or Python from mercural py3k branch) fail if
configured --with-computed-gotos.
Traceback (most recent call last):
File "./setup.py", line 13, in
from distutils.core import Extension, setup
File "/home/users/wige
Changes by Artur Frysiak :
--
nosy: +wiget
___
Python tracker
<http://bugs.python.org/issue3932>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Artur Frysiak :
--
versions: +Python 3.1
___
Python tracker
<http://bugs.python.org/issue5369>
___
___
Python-bugs-list mailing list
Unsubscribe:
Artur Frysiak added the comment:
__ppc__ is defined on MacOS X, __powerpc__ on Linux.
Only place when need check for both is Python/ceval.c
--
keywords: +patch
nosy: +wiget
Added file: http://bugs.python.org/file13437/3.0-issue5369.patch
___
Python