Lichen

tests/builtin_names.py

600:f92610e27e92
2017-02-19 Paul Boddie Merged changes from the default branch. method-wrapper-for-context
     1 def f():     2     return StopIteration     3      4 print f()                   # __builtins__.exception.base.StopIteration