Home
last modified time | relevance | path

Searched refs:ob_mustunlock (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Dsvmodule.c23 int ob_mustunlock; member
174 if (!self->ob_mustunlock) { in svc_UnlockCaptureData()
182 self->ob_mustunlock = 0; in svc_UnlockCaptureData()
278 if (self->ob_mustunlock) in capture_dealloc()
319 p->ob_mustunlock = mustunlock; in newcaptureobject()