mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
This commit provides helpers to retrieve integer values from mp_obj_t when the content does not fit in a 32 bits integer, without risking an implicit wrap due to an int overflow. Signed-off-by: Yoctopuce dev <dev@yoctopuce.com>