This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shlomif
Recipients shlomif
Date 2013-06-05.15:20:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370445621.52.0.671437694015.issue18142@psf.upfronthosting.co.za>
In-reply-to
Content
After I build Python-3.3.2 from the .tar.xz using the following script (on Mageia Linux Cauldron x86-64):

<<<
#!/bin/bash
./configure --prefix="$HOME/apps/python3" --with-threads \
                --enable-ipv6 --with-dbmliborder=gdbm \
                --with-system-expat \
                --with-system-ffi \
                --enable-shared \
                --with-valgrind
shlomif@telaviv1:~/Download/unpack/prog/python/Python-3.3.2$ 
>>>

I get many test failures in make test (in the file attached to this repository). Can you look into fixing them? This is a precursor for fixing this bug:

https://bugs.mageia.org/show_bug.cgi?id=9395

Regards,

-- Shlomi Fish
History
Date User Action Args
2013-06-05 15:20:23shlomifsetrecipients: + shlomif
2013-06-05 15:20:21shlomifsetmessageid: <1370445621.52.0.671437694015.issue18142@psf.upfronthosting.co.za>
2013-06-05 15:20:21shlomiflinkissue18142 messages
2013-06-05 15:20:21shlomifcreate