Exemplo n.º 1
0
 def convert_weakref_to(self, ptarget):
     return boehm.convert_weakref_to(ptarget)
Exemplo n.º 2
0
Arquivo: gc.py Projeto: Debug-Orz/Sypy
 def convert_weakref_to(self, ptarget):
     from pypy.rpython.memory.gctransform import boehm
     return boehm.convert_weakref_to(ptarget)
Exemplo n.º 3
0
 def convert_weakref_to(self, ptarget):
     return boehm.convert_weakref_to(ptarget)
Exemplo n.º 4
0
Arquivo: gc.py Projeto: njues/Sypy
 def convert_weakref_to(self, ptarget):
     from pypy.rpython.memory.gctransform import boehm
     return boehm.convert_weakref_to(ptarget)