240
241
# incorrect. It's possible some other servers or filesystems will
241
242
# have a similar bug allowing someone to think they got the lock
242
243
# when it's already held.
249
245
self._trace("after locking, info=%r", info)
253
246
if info['nonce'] != self.nonce:
254
247
self._trace("rename succeeded, "
255
248
"but lock is still held by someone else")