Dec 14, 2022
Great article in general, lots of obscure parts of Python explicated.
You should be using __new__
for singletons though, and I would note that your singleton code is not thread-safe…
Great article in general, lots of obscure parts of Python explicated.
You should be using __new__
for singletons though, and I would note that your singleton code is not thread-safe…