Lichen

tests/builtin_names.py

1039:16990afa2754
5 months ago Paul Boddie Eliminated redundant temporary result and attribute reference storage. value-replacement
     1 def f():     2     return StopIteration     3      4 print f()                   # __builtins__.exception.base.StopIteration