call site 2 for log.default.__getattr__
log/testing/test_log.py - line 45
43
44
45
46
   def test_producer_caching(self):
       p = py.log.Producer('x1')
->     x2 = p.x2
       assert x2 is p.x2