MCPcopy Create free account
hub / github.com/RedisGears/RedisGears / Python_SaveThread

Function Python_SaveThread

plugins/python/redisgears_python.c:7380–7386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7378}
7379
7380static void* Python_SaveThread(){
7381 if(!RedisGearsPy_IsLockAcquired()){
7382 return NULL;
7383 }
7384
7385 return PyEval_SaveThread();
7386}
7387
7388static void Python_RestorThread(void* s){
7389 if(!s){

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected