mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
modstruct: Group module qstr's together.
This commit is contained in:
@@ -181,9 +181,6 @@ Q(memoryview)
|
||||
#endif
|
||||
Q(bytes)
|
||||
Q(callable)
|
||||
#if MICROPY_PY_STRUCT
|
||||
Q(calcsize)
|
||||
#endif
|
||||
Q(chr)
|
||||
Q(classmethod)
|
||||
Q(_collections)
|
||||
@@ -467,6 +464,7 @@ Q(print_exception)
|
||||
Q(struct)
|
||||
Q(pack)
|
||||
Q(unpack)
|
||||
Q(calcsize)
|
||||
#endif
|
||||
|
||||
#if MICROPY_PY_UCTYPES
|
||||
|
||||
Reference in New Issue
Block a user