Featured
30 September 2023
[Python] Case Study for Handling Python Singleton Errors
Background Recently, I encountered an unusual bug, and upon investigation, we discovered that the root cause was related to the singleton object we had implemented earlier. This bug was deeply concealed, making it quite challenging to uncover. In