You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
py: Make "enumerate" qstr be conditional on MICROPY_PY_BUILTINS_ENUMERATE.
This commit is contained in:
@@ -199,7 +199,9 @@ Q(imag)
|
||||
Q(dict)
|
||||
Q(dir)
|
||||
Q(divmod)
|
||||
#if MICROPY_PY_BUILTINS_ENUMERATE
|
||||
Q(enumerate)
|
||||
#endif
|
||||
Q(eval)
|
||||
Q(exec)
|
||||
#if MICROPY_PY_BUILTINS_EXECFILE
|
||||
|
||||
Reference in New Issue
Block a user