mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
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.
This commit is contained in:
@@ -352,6 +352,9 @@ Q(stdout)
|
||||
Q(stderr)
|
||||
Q(version)
|
||||
Q(version_info)
|
||||
#if MICROPY_PY_SYS_MAXSIZE
|
||||
Q(maxsize)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if MICROPY_PY_STRUCT
|
||||
|
||||
Reference in New Issue
Block a user