On 2/17/15 3:38 PM, Imants Cekusins wrote: > how about those process scope variables though? :-P > > more reliable than process dict. same principles as function scope > variables: immutable, gc'ed when the process finishes. > > would noone else use them? not me. i learned to avoid global variables decades ago.