[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: Re: Re: Re: [pygame] pygame 1.8.1rc3 release candidate 3 released.
- To: pygame-users@xxxxxxxx
- Subject: Re: Re: Re: Re: [pygame] pygame 1.8.1rc3 release candidate 3 released.
- From: "René Dudfield" <renesd@xxxxxxxxx>
- Date: Thu, 24 Jul 2008 06:52:11 +1000
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Wed, 23 Jul 2008 16:52:18 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=RZ/EflSb5GSuGuCUrFzhdABQItY8fhfpxc9nNRjnOkg=; b=hFMVxLftzamamgbuCXYKPXFyr1e3GJvHn0Ii5vg+8gwxUtIgX3TokL9sxY+GBMfhh+ pdHDKhiKz+OZykJgAXjvPpcZvxhupV/zwJ3zP4tCSFaqjGa/3/iXuFhA1OqHuBceubcg QNfy44le5hSPYwlH78LUIgf+NvAabxCk0V/zU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=EB7dLPmgIRtktgDXwh+9b7ZWagQIrdSjDRZbNMtAsq7TmbLBn/hebohpJXCQUjH/yN hfbAzfIrKYDlexyH9IRmyeQUc1r1FmOcp9oZ+u6ukvXCdmt97zQEwiDQdxK2YemiX42b SnkffCtL3K7udrDqukDQt6uDtMB6LJNW7RQKQ=
- In-reply-to: <33390355.9070611216837491207.JavaMail.nitido@priv-edtnes95>
- References: <33390355.9070611216837491207.JavaMail.nitido@priv-edtnes95>
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
awesome work!!!
On Thu, Jul 24, 2008 at 4:24 AM, <len-l@xxxxxxxxx> wrote:
> Sorry, make that bug fixed in Revision 1530.
>
>
>
> As for the run_test.py -s option, that appears to be a Python 2.6 bug
> concerning environment variable passing. The following program crashes with
> the error popup dialog "The application failed to initialize properly
> (0xc0150004)":
>
>
>
>
>
> import subprocess
>
> command = '''python -c "import os; print 'YAHOO=%s' %
> os.environ['YAHOO']"'''
>
> subprocess.Popen(command, env={"YAHOO": "ABCDE"}).wait()
>
>
>
>
>
> I will submit a bug report to the Python issue tracker. Otherwise things
> look promising with Python 2.6. surfarray and sndarray remain untest as
> there is not numpy support for 2.6 yet.
>
>
>
> Lenard
>
>
>
>
>
>
>
> On Jul 23, 2008, len-l@xxxxxxxxx wrote:
>
> Revision 1520 fixes bug that crashed Python 2.6 in transform_test.py.
>
>
>
> Lenard
>
>
>
>
>
> On Jul 22, 2008, len-l@xxxxxxxxx wrote:
>
> Pygame is linked to msvcr90.dll for Python 2.6. So data mixing shouldn't be
> the problem. Also, other transform tests pass. Just
> test_threshold__uneven_colors page faults. I have been playing with
> surf_threshold in transform.c. I find removing all calls to SDL_MapRGBA,
> even those not actually executed by the unit test, stops the page faults. I
> am at a loss right now. The only other Python 2.6 problem I found is with
> the run_tests.py subprocess option. Python 2.6 doesn't like running itself
> as a subprocess. It is probably not worth delaying the 1.8.1 release over.
> If I figure this out then I can make the Python 2.6 Pygame binary available
> then.
>
>
>
> Lenard
>
>
>
>
>
> On Jul 22, 2008, renesd@xxxxxxxxx wrote:
>
> Maybe it is because it's using malloc and free in there?
>
> It shouldn't mess with things... because that data is never mixed with
> python memory... but maybe that's it.
>
> That's my only guess at the moment.
>
>
> On Wed, Jul 23, 2008 at 5:34 AM, <len-l@xxxxxxxxx> wrote:
>> Hi,
>>
>
> [snip]
>
>> If I can figure out what is going on with pygame.transform I may also
>> get a Python 2.6 release binary out.
>>
>>
>>
>> L. L.
>>
>>
>>
>>
>>
>> On Jul 22, 2008, renesd@xxxxxxxxx wrote:
>>
>> hi,
>>
>> pygame 1.8.1rc3 was marked in subversion.
>>
>> What's new can be found here: http://pygame.org/whatsnew.shtml
>>
>> http://rene.f0o.com/~rene/stuff/pygame-1.8.1rc3.zip 1.7MB
>> d148d890ef7ba8a07804718a0c9cad1d
>>
>> http://rene.f0o.com/~rene/stuff/pygame-1.8.1rc3.tar.gz 1.5MB
>> 03d078502aeec6ee1aea31c7d0c74c4c
>>
>> You can get automated builds for win/mac from here:
>> http://thorbrian.com/pygame/builds.php
>>
>> There's only been one change since Lenards last windows binary release.
>>
>> I think this is definitely it for 1.8.1.
>>
>> Unless there are patches for bugs with unittests, or a really bad bug
>> is found, this will be 1.8.1 to be released this weekend.
>>
>> This will likely become 1.8.1 with hopefully no changes.
>>
>>
>> cu,
>>
>