Closed
Description
I was debugging a problem I was seeing where print wasn't being called correctly.
It seems that is_kw isn't always being intiialized, which means that it gets whatever value happens to be in the heap. Places that it isn't being initialized include
all of the rt_make_function_xxx function which allocate mp_obj_fun_native_t's from the heap and initialize everything but is_kw.
Metadata
Metadata
Assignees
Labels
No labels