harlowja / fasteners

A python package that provides useful locks.
Apache License 2.0
248 stars 45 forks source link

Unable to acquire write lock -> read lock -> write lock #4

Closed harlowja closed 9 years ago

harlowja commented 9 years ago

This should be working, since the sole writer can get a read lock (as its exclusively got the write lock) and then it should be able to again get the write lock it already has.