[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] intermittant fails of unit test pixelarray_test.PixelArrayTest with Python 2.4



Maybe a thread related issue?

Or maybe an issue with set_at in 8 bit mode?
            sf.set_at ((8, 8), (255, 255, 255))



On Tue, Feb 26, 2008 at 11:37 AM, Lenard Lindstrom <len-l@xxxxxxxxx> wrote:
>
> [snip]
>  The problem could be with the Python 2.4 unit testing framework itself.
>  I put pixelarray_test.py in its own directory and ran both Python 2.4
>  and 2.5 on it multiple times. Everything passed.
>
>