Package: python-pyrex
Version: 0.9.6.4-1
Severity: normal

$ echo "print hash('foobar')" > hash.pyx
$ pyrexc hash.pyx > hash.c

[On a i386 machine:]

$ python hash.pyx
-1969371895
$ gcc -fPIC -shared -I/usr/include/python2.4/ -lpython2.4 hash.c -o hash.so
$ python -c 'import hash'
-1969371895

[On a amd64 machine:]

$ python hash.pyx
3433925302934160649
$ gcc -fPIC -shared-I /usr/include/python2.4/ -lpython2.4 hash.c -o hash.so
$ python -c 'import hash'
-1969371895


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (500, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-pyrex depends on:
ii  python                        2.4.4-6    An interactive high-level object-o
ii  python-central                0.5.15-0.1 register and build utility for Pyt

Versions of packages python-pyrex recommends:
ii  python-all-dev                2.4.4-6    Package depending on all supported

-- no debconf information

--
Jakub Wilk



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to