64-bit platform

T

Thomas Heller

I cannot reach sourceforge's amd64 compilefarm server, and have no other
64-bit platform available.

Can some kind soul please tell me what the output of this little script
on a 64-bit Linux platform is:

import struct
print map(struct.calcsize, "bhilqP")

Thanks,

Thomas
 
A

Aaron Bingham

Thomas said:
Can some kind soul please tell me what the output of this little script
on a 64-bit Linux platform is:

import struct
print map(struct.calcsize, "bhilqP")
For me:
[1, 2, 4, 8, 8, 8]

Aaron
 
T

Thomas Heller

Aaron Bingham said:
Thomas said:
Can some kind soul please tell me what the output of this little script
on a 64-bit Linux platform is:

import struct
print map(struct.calcsize, "bhilqP")
For me:
[1, 2, 4, 8, 8, 8]

Aaron

Thanks, again.

Thomas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,230
Messages
2,571,161
Members
47,794
Latest member
LucretiaEl

Latest Threads

Top