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
Original issue reported on code.google.com by
gaetano....@spacespa.it
on 23 Jan 2014 at 3:48Attachments: