Files
swift/test/unit/obj/test_server.py
Alexandre Lécuyer 4927b1f29c Specify pickle protocol in REPLICATE()
The default pickle protocol in python3 is version 3. This is not
readable by a python2 interpreter.

Force the use of version 2 in the object server REPLICATE() function,
for compatibility with python 2.

Change-Id: I19d23570ff3a084d288de1308e059cfd8134d6ad
2019-05-22 13:12:32 -07:00

365 KiB