<div dir="ltr">I propose adding a method to `threading.local` that allows to check the values stored for any and all threads.<div><br></div><div>I asked on Stack Overflow how to do that: http://stackoverflow.com/questions/25435908/python-getting-all-the-items-out-of-a-threading-local</div><div><br></div><div>But I got the answer that it's only possible on the pure Python implementation, not the C one. And it's quite ugly too.</div><div><br></div><div>I propose a method be added to both the Python implementation and the C implementation of `threading.local` that allows checking the values stored for all threads.</div><div><br></div><div><br></div><div>Thanks,</div><div>Ram.</div></div>