harlowja / fasteners

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

Add sanity __enter__ acquire check #21

Closed harlowja closed 8 years ago

harlowja commented 8 years ago

Just incase __enter__ can (but should not) ever fail at getting a lock raise a threading error if it ever somehow does fail to get the lock.