Revision c5cc3403 lib/locking.py

b/lib/locking.py
218 218
          self.__npass_shr = self.__nwait_shr
219 219
          self.__turn_shr.notifyAll()
220 220
        elif self.__nwait_exc > 0:
221
         self.__turn_exc.notify()
221
          self.__turn_exc.notify()
222 222

  
223 223
      elif self.__is_sharer():
224 224
        self.__shr.remove(threading.currentThread())

Also available in: Unified diff