Message 83623 - Python tracker (original) (raw)
To see what is wrong with v2, try something like:
class Bizarre(): def getattr(self, attr): raise SkipStatement
with Bizarre(): print "Not gonna happen, but no exception either!"
To see what is wrong with v2, try something like:
class Bizarre(): def getattr(self, attr): raise SkipStatement
with Bizarre(): print "Not gonna happen, but no exception either!"