py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports.
Saves 320 bytes on x86.
This commit is contained in:
@@ -205,7 +205,9 @@ Q(exec)
|
||||
#if MICROPY_PY_BUILTINS_EXECFILE
|
||||
Q(execfile)
|
||||
#endif
|
||||
#if MICROPY_PY_BUILTINS_FILTER
|
||||
Q(filter)
|
||||
#endif
|
||||
#if MICROPY_PY_BUILTINS_FLOAT
|
||||
Q(float)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user