harlowja / fasteners

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

Revert " Use Threading.current_thread" #37

Closed cybertron closed 2 years ago

cybertron commented 5 years ago

This reverts commit 467ed75ee1e9465ebff8b5edf452770befb93913.

It seems there is a race in the Eventlet fix for this that is causing issues in the OpenStack Nova functional tests.

Fixes #36

cybertron commented 2 years ago

I'm going to close this since I'm unlikely to have time to chase the problem to conclusion and others have picked up investigation.