Package: python-ctypes Version: 0.9.6+cvs20050712-1 Severity: important [EMAIL PROTECTED]:~$ python Python 2.3.5 (#2, Aug 30 2005, 15:50:26) [GCC 4.0.2 20050821 (prerelease) (Debian 4.0.1-6)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import ctypes >>> ctypes.sizeof(ctypes.c_longlong), ctypes.sizeof(ctypes.c_ulonglong) (4, 4)
According to the ctypes manual, and on my system with ctypes 0.9.5, [EMAIL PROTECTED]:~$ python Python 2.3.5 (#2, May 4 2005, 08:51:39) [GCC 3.3.5 (Debian 1:3.3.5-12)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import ctypes >>> ctypes.sizeof(ctypes.c_longlong), ctypes.sizeof(ctypes.c_ulonglong) (8, 8) -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.12-1-k7-smp Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages python-ctypes depends on: ii python 2.3.5-3 An interactive high-level object-o ii python2.3-ctypes 0.9.6+cvs20050712-1 Python package to create and manip python-ctypes recommends no packages. -- no debconf information -- - Joe Wreschnig <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]