]> granicus.if.org Git - python/commit
[Patch #1587139 by kxroberto] Protect lock acquisition/release with
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 19 Dec 2006 15:43:10 +0000 (15:43 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 19 Dec 2006 15:43:10 +0000 (15:43 +0000)
commit29ff461c832c6677f89aa644893e4ff679393b61
treeabbf5d5843a030e3e381d36bd38c3b1db881eeea
parentc911e916d44c51688c3877dbb0fe22363967a27a
[Patch #1587139 by kxroberto] Protect lock acquisition/release with
try...finally to ensure the lock is always released.  This could use
the 'with' statement, but the patch uses 'finally'.

2.5 backport candidate.
Lib/cookielib.py