Commit 2b622411 authored by Denis Bilenko's avatar Denis Bilenko

add a comment

parent 234477c3
......@@ -111,6 +111,8 @@ class Event(object):
except:
self.unlink(switch)
raise
# not calling unlink() in non-exception case, because if switch()
# finished normally, link was already removed in _notify_links
def put(self, value=None):
import warnings
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment