mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01: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