| 272 | Py_XDECREF(PyObject_CallMethod(_queueIsEmpty, "set", NULL)); // _queueIsEmpty.set() |
| 273 | }; |
| 274 | ~Lock() { |
| 275 | Py_DECREF(_queueIsEmpty); |
| 276 | } |
| 277 | |
| 278 | /** |
| 279 | * @brief Increment the counter for the number of our job functions in the Python event-loop |
nothing calls this directly
no outgoing calls
no test coverage detected