def _initialize_gil(self, space): rgil.gil_allocate()
def init(self): if not self._is_inited: self._is_inited = True self._lock = rthread.allocate_lock() rgil.gil_allocate() invoke_around_extcall(before_external_call, after_external_call)