yyyayo

Results 2 issues of yyyayo

Hi, Do these codes have the same meaning? I think some of them maybe redundant. ``` all_matches = [] for x in self._checkpoint: all_matches += list(filter(lambda y: x in y,...

I think the `globals` in `self.state.globals.get('globals', None)` should be `sym_vars`. This can make CheckpointHook discard some sym_vars and give false negatives. Could you have a check if there are similar...