Skip to content

Commit

Permalink
I think this is all that's needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshardmind committed May 8, 2024
1 parent ab3720b commit 3269401
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions audioop/_audioop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1981,6 +1981,7 @@ audioop_exec(PyObject* module)
static PyModuleDef_Slot audioop_slots[] = {
{Py_mod_exec, audioop_exec},
{Py_mod_multiple_interpreters, Py_MOD_PER_INTERPRETER_GIL_SUPPORTED},
{Py_mod_gil, Py_MOD_GIL_NOT_USED},
{0, NULL}
};

Expand Down

0 comments on commit 3269401

Please sign in to comment.