Lichen

tests/builtin_names.py

304:e4bad4af5d43
2016-12-03 Paul Boddie Changed the dict implementation to not use native functions or types directly for its representation.
     1 def f():     2     return StopIteration     3      4 print f()