[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/LocalEventService - LocalEventService.py:1.9

Gary Poster gary@zope.com
Thu, 28 Nov 2002 10:31:15 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/LocalEventService
In directory cvs.zope.org:/tmp/cvs-serv29109

Modified Files:
	LocalEventService.py 
Log Message:
whoops.  made last change on my branch--here it is on the head.


=== Zope3/lib/python/Zope/App/OFS/Services/LocalEventService/LocalEventService.py 1.8 => 1.9 ===
--- Zope3/lib/python/Zope/App/OFS/Services/LocalEventService/LocalEventService.py:1.8	Wed Nov 27 21:45:47 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/LocalEventService/LocalEventService.py	Thu Nov 28 10:31:14 2002
@@ -106,8 +106,7 @@
     def unbound(wrapped_self, name):
         "see IBindingAware"
         clean_self = removeAllProxies(wrapped_self)
-        clean_self._v_unbinding = True # [XXX not thread-safe; ok?  it
-        # seems unlikely to cause problems in real-life usage]
+        clean_self._v_unbinding = True
         # this flag is used by the unsubscribedFrom method (below) to
         # determine that it doesn't need to further unsubscribe beyond
         # what we're already doing.