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