Hi,

> Hi
>
> I've just tried to build the guppy version from SVN and run the test suite 
> with
> Python 2.7 on an amd64 machine. The test suite already fails test1 in
> guppy/sets/test.py. I've also tried on a 32 bit machine and and their it 
> didn't
> fail.
>
> The reason is simple: _PyLong_Frexp takes a Py_ssize_t* as second argument 
> but a
> int* is passed. Therefor _PyLong_Frexp messes with other variables on the 
> stack
> since Py_ssize_t is larger than int on amd64.
>
> Attached is a patch to fix this issues.

I checked this package with your patch on latest unstable.
This problem does not seem to be settled with your patch.
I attach build log.

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6

Attachment: guppy_0.1.9-2.1_amd64.build.gz
Description: GNU Zip compressed data

Attachment: guppy-0.1.9.debdiff
Description: Binary data

Reply via email to