Python: 'thread._local object has no attribute 'todo'
问题 I am currently programming a python-based datagram-Server using threads and all of that. I encountered the following problem: I am using multiple Allocation Threads to allocate incoming packages to the different processing threads. Inside the Processing Threads, I am using threading.local() to keep track of thread-local variables. I am currently testing how my server reacts during high load (2000 Packets in ~2 seconds), and have come upon a strange behaviour of the local()-Object. It seems