Lichen

tests/builtin_names.py

285:88b64124852b
2016-11-30 Paul Boddie Store defaults in bound method structures, not unbound method structures.
     1 def f():     2     return StopIteration     3      4 print f()