[issue8800] add threading.RWLock

Antoine Pitrou report at bugs.python.org
Thu Oct 4 03:04:18 CEST 2012


Antoine Pitrou added the comment:

By the way, the fact that acquire_read() is documented as "Acquire the lock in shared mode" and acquire_write() as "Acquire the lock in exclusive mode" hints that perhaps RWLock is not the right name ;)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8800>
_______________________________________


More information about the Python-bugs-list mailing list