Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
Lichen
tests/builtin_names.py
315:fc6b2c837042
291:afa2a255d1e5
266:7267486338ae
2016-12-01
Paul Boddie
raw
annotate
files
changeset
graph
Omit __newdata_mapping when dictionaries are not used in programs, thus eliminating dependencies on the missing dict initialiser.
1
def
f
():
2
return
StopIteration
3
4
print
f
()