Revision 154b9580 lib/locking.py

b/lib/locking.py
216 216

  
217 217
  """
218 218

  
219
  __slots__ = _BaseCondition.__slots__ + [
219
  __slots__ = [
220 220
    "_poller",
221 221
    "_read_fd",
222 222
    "_write_fd",
......
309 309
  there are any waiting threads.
310 310

  
311 311
  """
312
  __slots__ = _BaseCondition.__slots__ + [
312
  __slots__ = [
313 313
    "_nwaiters",
314 314
    "_single_condition",
315 315
    ]

Also available in: Unified diff