Jesse Noller <[email protected]> added the comment: > 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. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10332> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
