[issue8800] add threading.RWLock

Kristján Valur Jónsson report at bugs.python.org
Mon Aug 13 12:10:25 CEST 2012


Kristján Valur Jónsson added the comment:

I should add that on Windows, the new SRW that is part of Vista and Windows 7, uses locking, that is it favors neither readers or writers.  It appears that nowadays the complex semantics of RWLocks have not really proven worthwile.  See http://msdn.microsoft.com/en-us/magazine/cc163405.aspx

Perhaps this proposed patch is overly complex.

----------

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


More information about the Python-bugs-list mailing list