242
240
# incorrect. It's possible some other servers or filesystems will
243
241
# have a similar bug allowing someone to think they got the lock
244
242
# when it's already held.
251
244
self._trace("after locking, info=%r", info)
256
246
self._trace("rename succeeded, "
257
247
"but lock is still held by someone else")
258
248
raise LockContention(self)