Read-write lock for Python

Ben Finney ben+python at benfinney.id.au
Thu Apr 28 17:29:24 EDT 2011


Geoff Bache <geoff.bache at gmail.com> writes:

> I currently find myself needing a Python read-write lock.

Please tell us what you mean by “read-write lock”.

> I note that there is none in the standard library, but googling
> "python read-write lock" quickly produced 6 different competing
> examples, including two languishing patch proposals for the standard
> library.

That's probably because the term isn't well defined. What is your
definition?

-- 
 \      “If you can't beat them, arrange to have them beaten.” —George |
  `\                                                            Carlin |
_o__)                                                                  |
Ben Finney



More information about the Python-list mailing list