| 5246 | } |
| 5247 | |
| 5248 | void fetchPyError(ExecutionCtx* rctx) { |
| 5249 | RedisGears_SetError(rctx, getPyError()); |
| 5250 | } |
| 5251 | |
| 5252 | PyObject* RedisGearsPy_PyCallbackHandleCoroutine(ExecutionCtx* rctx, PyObject* coro, PythonThreadCtx* ptctx){ |
| 5253 | // object is a coroutine, we need to hold and pass it to the event loop. |
no test coverage detected