[issue6603] Compilation error if configuref --with-computed-gotos

2009-08-10 Thread Artur Frysiak
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

[issue6603] Compilation error if configuref --with-computed-gotos

2009-08-05 Thread Artur Frysiak
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.

[issue828336] Allow set swig include dirs in setup.py

2009-07-30 Thread Artur Frysiak
Artur Frysiak added the comment: Yes. issue1046644 solves this. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue828336> ___ ___ Py

[issue6603] Compilation error if configuref --with-computed-gotos

2009-07-30 Thread Artur Frysiak
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

[issue6603] Compilation error if configuref --with-computed-gotos

2009-07-30 Thread Artur Frysiak
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

[issue3932] HTMLParser cannot handle '&' and non-ascii characters in attribute names

2009-07-30 Thread Artur Frysiak
Changes by Artur Frysiak : -- nosy: +wiget ___ Python tracker <http://bugs.python.org/issue3932> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5369] __ppc__ macro checking is incorrect

2009-03-28 Thread Artur Frysiak
Changes by Artur Frysiak : -- versions: +Python 3.1 ___ Python tracker <http://bugs.python.org/issue5369> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5369] __ppc__ macro checking is incorrect

2009-03-28 Thread Artur Frysiak
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