2017-03-24 | Paul Boddie | file changeset files shortlog | Merged changes from the default branch. | integers-as-tagged-attrs |
paul@40 | 1 | def f(): |
paul@266 | 2 | return StopIteration |
paul@266 | 3 | |
paul@315 | 4 | print f() # __builtins__.exception.base.StopIteration |