1 parent 48ef64a commit 16b1f5eCopy full SHA for 16b1f5e
1 file changed
py/objarray.c
@@ -54,7 +54,7 @@
54
#if MICROPY_PY_BUILTINS_MEMORYVIEW
55
#define TYPECODE_MASK (0x7f)
56
#else
57
-#define TYPECODE_MASK (~(mp_uint_t)1)
+#define TYPECODE_MASK (~(mp_uint_t)0)
58
#endif
59
60
typedef struct _mp_obj_array_t {
0 commit comments