[Python-3000] Possible py3k problem.

Victor Stinner victor.stinner at haypocalc.com
Wed Nov 19 12:13:41 CET 2008


Le Wednesday 19 November 2008 10:21:16 Victor Stinner, vous avez écrit :
> > Attached program works with
>
> GSL is needed. Debian package: libgsl0-dev
>
> dump.py works correctly on computer:

Ooops, "./python dump.py" is ok but "./python dump.py 1" does crash (on i386 
and x86_64).

On i386, ffi_closure_SYSV_inner() crashs at "cif = closure->cif;" because 
closure is NULL.

Victor


More information about the Python-3000 mailing list