Skip to content

Commit 734e986

Browse files
tannewtdhalbert
andauthored
Update py/compile.c
Co-authored-by: Dan Halbert <[email protected]>
1 parent 0df7055 commit 734e986

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/compile.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3689,6 +3689,7 @@ void mp_compile_to_raw_code(mp_parse_tree_t *parse_tree, qstr source_file, bool
36893689

36903690
mp_obj_t mp_compile(mp_parse_tree_t *parse_tree, qstr source_file, bool is_repl) {
36913691
mp_compiled_module_t cm;
3692+
// CIRCUITPY-CHANGE
36923693
cm.context = m_malloc_with_collect(sizeof(mp_module_context_t));
36933694
cm.context->module.globals = mp_globals_get();
36943695
mp_compile_to_raw_code(parse_tree, source_file, is_repl, &cm);

0 commit comments

Comments
 (0)