]> git.decadent.org.uk Git - dak.git/commit
examine-package: replace lock by thread.local()
authorTorsten Werner <twerner@debian.org>
Mon, 12 Jul 2010 21:07:48 +0000 (21:07 +0000)
committerTorsten Werner <twerner@debian.org>
Mon, 12 Jul 2010 21:07:48 +0000 (21:07 +0000)
commitac1d0cb4f02b4d7584e974013f2d1204b6f280ea
tree3a3c0b59fb551374169fd0d0941fcc2ad9ca002d
parent88c7ec31a8f46beeb2209582a99d9b4f234bdd3c
examine-package: replace lock by thread.local()

- thread local storage is more robust than locks
- the code is more correct than before

Signed-off-by: Torsten Werner <twerner@debian.org>
dak/examine_package.py