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