| 670 | } |
| 671 | |
| 672 | static int PythonRequirement_Serialize(PythonRequirementCtx* req, Gears_BufferWriter* bw, char** err){ |
| 673 | RedisGears_BWWriteLong(bw, PY_REQ_VERSION); |
| 674 | return PythonRequirementCtx_Serialize(req, bw, err); |
| 675 | } |
| 676 | |
| 677 | static void* PythonSessionCtx_ShallowCopy(void* arg){ |
| 678 | PythonSessionCtx* session = arg; |
no test coverage detected