#ifdef Py_GIL_DISABLED
PyMutex mutex;
#endif
Yeah, we'll remove the GIL, so the libraries can GIL themselves instead.
Post
#ifdef Py_GIL_DISABLED
PyMutex mutex;
#endif
Yeah, we'll remove the GIL, so the libraries can GIL themselves instead.
A space for Bonfire maintainers and contributors to communicate