pulsar-client-python
pulsar-client-python copied to clipboard
Converted usages of Py_BEGIN_ALLOW_THREADS
trafficstars
Use PyBind py::gil_scoped_release C++ class instead of the Python C Macros Py_BEGIN_ALLOW_THREADS for releasing / reacquiring the GIL.
This is just a code readability refactor.