]> granicus.if.org Git - python/commit
Implement MvL's improvement on __context__ in Condition;
authorGuido van Rossum <guido@python.org>
Tue, 25 Apr 2006 20:12:45 +0000 (20:12 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 25 Apr 2006 20:12:45 +0000 (20:12 +0000)
commit8f56d02309a71254e7b32e4dfd3669399bcd3fc2
tree9e4aaa90d4cda132c95f3bde2d6937e426eab3bf
parent4e1777de63db3ed2c397fc6838b08e921d60b93d
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!)
Lib/threading.py