Lichen

Change of transresults.py

900:c7eaa76e5b0f
transresults.py temporary-object-experiment
     1.1 --- a/transresults.py	Mon Feb 04 18:53:56 2019 +0100
     1.2 +++ b/transresults.py	Mon May 20 13:12:25 2019 +0200
     1.3 @@ -114,7 +114,7 @@
     1.4              # All other assignments involve the names as they were given.
     1.5  
     1.6              else:
     1.7 -                return "%s = %s" % (attrname, self.expr)
     1.8 +                return "__store_local(%s, %s)" % (attrname, self.expr)
     1.9  
    1.10          # Expressions.
    1.11