mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
The n_args parameter of mp_builtin_open() has type size_t in "python/src/py/builtin.h", and type uint in "python/port/port.c". Change it to size_t.