struct,long on 64-bit machine

Neal Becker ndbecker2 at gmail.com
Mon Nov 19 07:13:51 EST 2007


What's wrong with this?
type(struct.unpack('l','\00'*8)[0])
<type 'int'>

Why I am getting 'int' when I asked for 'long'?

This is on python-2.5.1-15.fc8.x86_64




More information about the Python-list mailing list