0
thread-safe singelton in python
The thread-safe singleton described has one slight issue:
Since the lock is a class variable, if one Singleton class tried to instantiate another singleton class ... it leads to a deadlock. I think it will be better to move this lock inside __call__ and instantiate it every time before instantiating an object
Customer support service by UserEcho