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