The Factory for client objects has a static cache, but it is not protected by a lock. This is a race condition in threaded programs. See "sudsobject.py", line 92, class "Factory", function "subclass".
Log in to post a comment.