[Python-3000] state of Py3K trunk?
Guido van Rossum
guido at python.org
Thu Aug 7 20:07:46 CEST 2008
On Thu, Aug 7, 2008 at 10:04 AM, Guido van Rossum <guido at python.org> wrote:
> On Thu, Aug 7, 2008 at 9:10 AM, Bill Janssen <janssen at parc.com> wrote:
>> I'm trying to run the regression suite on a checkout of the Py3K trunk
>
> DO you mean the trunk (which is 2.6), or the py3k branch?
>
>> my OS X 10.5 machine, and getting nowhere fast.
>
> PPC or x86? For segfaults it might matter (byte order).
>
>> First off,
>> test_audioop segfaults. After disabling that, I've been hanging in
>> test_bz2 for half an hour.
>>
>> Should we be able to test the current codebase?
>
> Yes. On my x86 OS X 10.5 machine, test_audioop and test_bz2 both pass
> in the p3yk branch.
Ditto in the trunk.
> I'll get my PPC 10.4 machine unfrozen and test there too.
Both tests pass there, both in the trunk and in the py3k branch.
Are you using a debug or a non-debug build?
--
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-3000
mailing list