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