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

Re: [pygame] Patch for win-amd64



Hi,

thanks.  Looks good to me.  You've changed some parts to Py_ssize_t and c_ssize_t, from the 32bit types.

Do all the tests pass on 32bit as well?

I'll try it out later tonight, and apply (unless Lenard beats me to it).

cheers!


On Tue, Jul 26, 2011 at 3:17 AM, Christoph Gohlke <cgohlke@xxxxxxx> wrote:
Hello,

please consider the attached patch. It fixes some array interface related crashes and test failures on the win-amd64 platform.

Christoph