[Python-Dev] What letter should an UnsignedLongLong get

Serhiy Storchaka storchaka at gmail.com
Thu Mar 15 22:31:05 CET 2012


15.03.12 21:59, Gil Colgate написав(ла):
> How about 'G'? (Giant, or perhaps gynormous, integer?)
>
>
> Then I could also map 'g' to the signed version (same as L) for consistency.

For consistency 'g' must be `unsigned long` with overflow checking.

And how about 'M'? 'K', 'L', and 'M' are neighboring letters.



More information about the Python-Dev mailing list