Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 21, 2024
1 parent 54961e6 commit 601a011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/aerospike.c
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ PyMODINIT_FUNC PyInit_aerospike(void)
}

#ifdef Py_GIL_DISABLED
PyUnstable_Module_SetGIL(m, Py_MOD_GIL_NOT_USED);
PyUnstable_Module_SetGIL(py_aerospike_module, Py_MOD_GIL_NOT_USED);
#endif

return py_aerospike_module;
Expand Down

0 comments on commit 601a011

Please sign in to comment.