py: Add MICROPY_PY_BUILTINS_MIN_MAX, disable for minimal ports.

This commit is contained in:
pohmelie
2015-12-07 15:35:48 +03:00
committed by Paul Sokolovsky
parent acc208418b
commit 354e688d8e
5 changed files with 15 additions and 0 deletions

View File

@@ -232,8 +232,10 @@ Q(len)
Q(list)
Q(locals)
Q(map)
#if MICROPY_PY_BUILTINS_MIN_MAX
Q(max)
Q(min)
#endif
Q(namedtuple)
Q(next)
Q(oct)