mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 06:10:31 +01:00
[python] upgrade to micropython 1.12
This commit is contained in:
committed by
LeaNumworks
parent
010fb1894f
commit
7df8c2935a
@@ -33,6 +33,9 @@ typedef struct _mp_obj_fun_bc_t {
|
||||
mp_obj_dict_t *globals; // the context within which this function was defined
|
||||
const byte *bytecode; // bytecode for the function
|
||||
const mp_uint_t *const_table; // constant table
|
||||
#if MICROPY_PY_SYS_SETTRACE
|
||||
const struct _mp_raw_code_t *rc;
|
||||
#endif
|
||||
// the following extra_args array is allocated space to take (in order):
|
||||
// - values of positional default args (if any)
|
||||
// - a single slot for default kw args dict (if it has them)
|
||||
|
||||
Reference in New Issue
Block a user