blob: f49b37e01a5cb291ee953bf7400479c0461e84ec [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001def f(y, c, xs):
2 if c:
3 raise Exception()
4 for x in xs:
5 with y:
6 pass
7 print(x) #pass