[python] Enable builtins filter

This commit is contained in:
Romain Goyet
2018-06-08 09:47:44 +02:00
committed by EmilieNumworks
parent e1b3e107da
commit 5008f40a66
2 changed files with 1 additions and 3 deletions

View File

@@ -173,6 +173,7 @@ Q(exp)
Q(expm1)
Q(extend)
Q(fabs)
Q(filter)
Q(find)
Q(float)
Q(floor)

View File

@@ -50,9 +50,6 @@
// Whether to support property object
#define MICROPY_PY_BUILTINS_PROPERTY (0)
// Whether to support filter function(type)
#define MICROPY_PY_BUILTINS_FILTER (0)
// Whether to support reversed function(type)
#define MICROPY_PY_BUILTINS_REVERSED (0)