py: Pass keyword args to native functions by using the stack.
Passing keyword arguments to a native function now no longer requires heap memory. The kw_args map is created on the stack using the args array as the table.
Please register or sign in to comment