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