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