kartagis / pysimplesoap

Automatically exported from code.google.com/p/pysimplesoap
0 stars 0 forks source link

random behaviour on response with python 3 #131

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
With python 3, sometimes the response is empty.
With python 2, the response is never empty.
I think this has to do with the hash randomization enabled from python 3.3
(see http://docs.python.org/3.3/reference/datamodel.html#object.__hash__)

I think some part of the code rely on order of unordered containers such dicts.

I attach a test file, response is empty about 50 % of the times.

Original issue reported on code.google.com by gaetano....@spacespa.it on 23 Jan 2014 at 3:48

Attachments: