Activity log for bug #71914

Date Who What changed Old value New value Message
2006-11-15 14:15:45 David Cournapeau bug added bug
2006-11-15 14:20:56 David Cournapeau description Binary package hint: python2.5 I have recently checked some of my python+ctypes code on python25 to find it did not work. After quite some time, I found out that ctypes.c_longlong is 32 bits. I checked on two different machines (both edgy on x86). To reproduce the result, just execute : python2.5 -c "from ctypes import c_longlong, sizeof; print sizeof(c_longlong)" It will prints 4 instead of 8. A manually installed python prints 8, so there is a problem in the packaging somewhere. Note that this problem is not present in python2.4-ctypes. Binary package hint: python2.5 I have recently checked some of my python+ctypes code on python2.5 to find it did not work. After quite some time, I found out that ctypes.c_longlong is 32 bits, whereas it should be 64 bits. I checked on two different machines (both edgy on x86). To reproduce the result, just execute : python2.5 -c "from ctypes import c_longlong, sizeof; print sizeof(c_longlong)" It will prints 4 instead of 8. A manually installed python prints 8, so there is a problem in the packaging somewhere. Note that this problem is not present in python2.4-ctypes. Also, and I guess this is related, ctypes.c_int64 is not available.
2006-11-15 14:20:56 David Cournapeau title ctypes does not have 64 bit integer types python2.5 ctypes.c_longlong has wrong size (32 bits instead of 64)
2006-12-13 14:53:24 Matthias Klose python2.5: status Unconfirmed Fix Released
2006-12-13 14:53:24 Matthias Klose python2.5: assignee doko
2006-12-13 14:53:24 Matthias Klose python2.5: statusexplanation python2.5 2.5-5ubuntu1 is now configured without --with-system-ffi
2012-02-23 23:12:10 Kai Kasurinen removed subscriber Kai Kasurinen
2019-09-15 09:11:01 Hedley Finger removed subscriber Hedley Finger