Example #1
0
 def convert_weakref_to(self, ptarget):
     return boehm.convert_weakref_to(ptarget)
Example #2
0
File: gc.py Project: Debug-Orz/Sypy
 def convert_weakref_to(self, ptarget):
     from pypy.rpython.memory.gctransform import boehm
     return boehm.convert_weakref_to(ptarget)
Example #3
0
 def convert_weakref_to(self, ptarget):
     return boehm.convert_weakref_to(ptarget)
Example #4
0
File: gc.py Project: njues/Sypy
 def convert_weakref_to(self, ptarget):
     from pypy.rpython.memory.gctransform import boehm
     return boehm.convert_weakref_to(ptarget)