432
432
# amount of referenced memory. Unfortunately gc.get_referents() first
433
433
# checks the IS_GC flag before it traverses anything. We could write a
434
434
# helper func, but that won't work for the generic implementation...
436
436
from meliae import scanner
437
437
strs = ['foo', 'bar', 'baz', 'bing']
438
438
k = self.module.StaticTuple(*strs)