[Python-Dev] RE: [Patches] [Patch #100745] Fix PR #384, fixesUTF-8 en/decode

Tim Peters tim_one@email.msn.com
Sun, 9 Jul 2000 03:02:36 -0400


> ...
> what if sizeof(long) == 2 and sizeof(long long) == 4?

That a long can hold at least 32 bits is required by the (current) C std.
"long long" is std in C9X, and must hold at least 64 bits.