pulsar-client-python icon indicating copy to clipboard operation
pulsar-client-python copied to clipboard

Converted usages of Py_BEGIN_ALLOW_THREADS

Open merlimat opened this issue 2 years ago • 0 comments
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.

merlimat avatar May 24 '23 20:05 merlimat