| 6001 | |
| 6002 | # Does blow up. |
| 6003 | class notok(ok): |
| 6004 | def dst(self, dt): return None |
| 6005 | self.assertRaises(ValueError, now.astimezone, notok()) |
| 6006 | |
| 6007 | # Sometimes blow up. In the following, tzinfo.dst() |
no outgoing calls
searching dependent graphs…