Skip to content
Prev Previous commit
Next Next commit
Fix git merge
  • Loading branch information
CharlieZhao95 committed Jul 4, 2023
commit 617067e947f0a23fa0a330bb0a5ff7f823273d5e
2 changes: 1 addition & 1 deletion Modules/_decimal/_decimal.c
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@ current_context_from_dict(void)
}

/* Set up a new thread local context. */
tl_context = context_copy(state->default_context_template, NULL);
tl_context = context_copy(modstate->default_context_template, NULL);
if (tl_context == NULL) {
return NULL;
}
Expand Down