« Previous | Next » 

Revision 806e20fd

ID806e20fd8cc68c07301005c3e8237c5cacec5ba1
Parent 0cf257c5
Child 3b7ed473

Added by Guido Trotter over 16 years ago

LockSet: encapsulate acquire() in try-except

This patch adds a try/except area around most of the acquire() code (everything
after the intial condition checks). Since the except: clause contains just a
'raise' nothing really changes except the indentation of the code.

This is done in a separate commit to insulate and make clearer what the real
code changes done in the upcoming patch are.

Reviewed-by: imsnah

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences