Esempio n. 1
0
 def _initialize_gil(self, space):
     rgil.gil_allocate()
Esempio n. 2
0
File: gil.py Progetto: Darriall/pypy
 def _initialize_gil(self, space):
     rgil.gil_allocate()
Esempio n. 3
0
 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)
Esempio n. 4
0
 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)