◐ Shell
clean mode source ↗

Message 133667 - Python tracker

> Note: I noticed that there are some thread-unsafe operations (the cache that can be modified from different threads, and thread states are modified also from different threads). While this isn't an issue with the current cPython implementation (GIL), I wonder if this should be fixed.
>

Yes. We should fix those.