py: Implement sys.maxsize, standard way to check platform "bitness".
Implementing it as a static constant is a bit peculiar and require cooperation from long int implementation.
Please register or sign in to comment
Implementing it as a static constant is a bit peculiar and require cooperation from long int implementation.