Implement MvL's improvement on __context__ in Condition;
commit9ac295e145bb56b9f483f8bcca1ed26d96183eeb
authorguido.van.rossum <guido.van.rossum@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 25 Apr 2006 20:12:45 +0000 (25 20:12 +0000)
committerguido.van.rossum <guido.van.rossum@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 25 Apr 2006 20:12:45 +0000 (25 20:12 +0000)
treef12a0fe26ec0ffa79ae41c2a246edc4ac3841c09
parentb5828b70e7fcdab1b0fbb2583535d93f75577da7
Implement MvL's improvement on __context__ in Condition;
this can just call __context__ on the underlying lock.
(The same change for Semaphore does *not* work!)

git-svn-id: http://svn.python.org/projects/python/trunk@45718 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/threading.py