-
- Downloads
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
This renames: MICROPY_PY_FROZENSET -> MICROPY_PY_BUILTINS_FROZENSET MICROPY_PY_PROPERTY -> MICROPY_PY_BUILTINS_PROPERTY MICROPY_PY_SLICE -> MICROPY_PY_BUILTINS_SLICE MICROPY_ENABLE_FLOAT -> MICROPY_PY_BUILTINS_FLOAT See issue #35 for discussion.
Showing
- bare-arm/mpconfigport.h 1 addition, 1 deletionbare-arm/mpconfigport.h
- py/binary.c 3 additions, 3 deletionspy/binary.c
- py/builtin.c 2 additions, 2 deletionspy/builtin.c
- py/builtintables.c 5 additions, 5 deletionspy/builtintables.c
- py/modcmath.c 2 additions, 2 deletionspy/modcmath.c
- py/modmath.c 2 additions, 2 deletionspy/modmath.c
- py/mpconfig.h 11 additions, 12 deletionspy/mpconfig.h
- py/mpz.c 1 addition, 1 deletionpy/mpz.c
- py/mpz.h 1 addition, 1 deletionpy/mpz.h
- py/obj.c 1 addition, 1 deletionpy/obj.c
- py/obj.h 4 additions, 4 deletionspy/obj.h
- py/objcomplex.c 1 addition, 1 deletionpy/objcomplex.c
- py/objfloat.c 2 additions, 2 deletionspy/objfloat.c
- py/objfun.c 1 addition, 1 deletionpy/objfun.c
- py/objint.c 3 additions, 3 deletionspy/objint.c
- py/objint_longlong.c 1 addition, 1 deletionpy/objint_longlong.c
- py/objint_mpz.c 3 additions, 3 deletionspy/objint_mpz.c
- py/objlist.c 3 additions, 3 deletionspy/objlist.c
- py/objproperty.c 2 additions, 2 deletionspy/objproperty.c
- py/objset.c 8 additions, 8 deletionspy/objset.c
Loading
Please register or sign in to comment