mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
The hash is either 8 or 16 bits (depending on MICROPY_QSTR_BYTES_IN_HASH) so will fit in a size_t. This saves 268 bytes on the unix nanbox build. Non-nanbox configurations are unchanged because mp_uint_t is the same size as size_t. Signed-off-by: Damien George <damien@micropython.org>
3.3 KiB
3.3 KiB