Skip to content

Commit 837b4bb

Browse files
authored
module_clear does the same thing
1 parent 6735419 commit 837b4bb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Modules/_interpchannelsmodule.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3624,8 +3624,7 @@ module_clear(PyObject *mod)
36243624
assert(state != NULL);
36253625

36263626
// Now we clear the module state.
3627-
(void)clear_module_state(state);
3628-
return 0;
3627+
return clear_module_state(state);
36293628
}
36303629

36313630
static void

0 commit comments

Comments
 (0)