Skip to content
GitLab
Explore
Sign in
uPython-mirror
py
builtin.h
Find file
Blame
History
Permalink
py: Change type signature of builtin funs that take variable or kw args.
· 4b72b3a1
Damien George
authored
Jan 03, 2016
With this patch the n_args parameter is changed type from mp_uint_t to size_t.
4b72b3a1
Loading