[issue8800] add threading.RWLock

Kristján Valur Jónsson report at bugs.python.org
Sat Sep 29 14:46:22 CEST 2012


Kristján Valur Jónsson added the comment:

Excellent points.
For 3. however, I don't consider access to synchronized state to be "blocking".  Blocking means to block while waiting for the lock.  The internal lock is never held for any amount of time.
Perhaps I'll cook up a new patch with these thoughts.

----------

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


More information about the Python-bugs-list mailing list