Python 2.6.1-2.6.6
In the "clone" function of suds.client.Client.
-
- cp.update(deepcopy(mp))
which is the moment the unskinned options of the clone are updated with a
deepcopy of the unskinned options of the cloned object.
I really don't have much experience with MacOS and just tried it because
someone wanted to try my application.
My guess is that the error is generated due to some sort of infinite
recursion, given that if I substitute the "deepcopy" with a "copy", at least
the clone doesn't die. (Of course the options are no longer independent but
linked, which in my case should be no problem)
I wonder if anyone is using suds on Mac as has faced something similar.
Best regards