~jfb-tempo-consulting/unifield-wm/sync-env-py3

« back to all changes in this revision

Viewing changes to unittest27/signals.py

  • Committer: jf
  • Date: 2022-02-01 10:24:52 UTC
  • mfrom: (173.1.1 sync-env)
  • Revision ID: jfb@tempo-consulting.fr-20220201102452-rndr3uvmo030kqlf
[MERGE] US-9423: instance registration: do not validate an instance with no group on the sync server

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        if self.called:
22
22
            self.default_handler(signum, frame)
23
23
        self.called = True
24
 
        for result in list(_results.keys()):
 
24
        for result in _results.keys():
25
25
            result.stop()
26
26
 
27
27
_results = weakref.WeakKeyDictionary()