]> granicus.if.org Git - python/commit
Replace all calls to acquire_lock() and release_lock() with acquire()
authorGuido van Rossum <guido@python.org>
Wed, 29 Apr 1998 14:29:32 +0000 (14:29 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 29 Apr 1998 14:29:32 +0000 (14:29 +0000)
commit7e6d18c1c0694d41108ba5324441afe1b8096f46
treebf68fd630c385708d0e2d4f5b2436ace00543519
parent268397f5135eec9eb01096e474ffbaf3f57c4fc0
Replace all calls to acquire_lock() and release_lock() with acquire()
and release() instead.
Lib/Queue.py