-
- Downloads
py: Change type of .make_new and .call args: mp_uint_t becomes size_t.
This patch changes the type signature of .make_new and .call object method slots to use size_t for n_args and n_kw (was mp_uint_t. Makes code more efficient when mp_uint_t is larger than a machine word. Doesn't affect ports when size_t and mp_uint_t have the same size.
Showing
- py/objproperty.c 1 addition, 1 deletionpy/objproperty.c
- py/objrange.c 1 addition, 1 deletionpy/objrange.c
- py/objreversed.c 1 addition, 1 deletionpy/objreversed.c
- py/objset.c 1 addition, 1 deletionpy/objset.c
- py/objstr.c 2 additions, 2 deletionspy/objstr.c
- py/objstr.h 1 addition, 1 deletionpy/objstr.h
- py/objstringio.c 1 addition, 1 deletionpy/objstringio.c
- py/objtuple.c 1 addition, 1 deletionpy/objtuple.c
- py/objtype.c 7 additions, 7 deletionspy/objtype.c
- py/objtype.h 2 additions, 2 deletionspy/objtype.h
- py/objzip.c 1 addition, 1 deletionpy/objzip.c
- py/runtime.c 1 addition, 1 deletionpy/runtime.c
- unix/file.c 1 addition, 1 deletionunix/file.c
- unix/modffi.c 2 additions, 2 deletionsunix/modffi.c
- unix/modsocket.c 1 addition, 1 deletionunix/modsocket.c
Loading
Please register or sign in to comment