-
Committer:
Colin Watson
-
Date:
2021-07-28 10:13:58 UTC
-
mto:
This revision was merged to the branch mainline in
revision
518.
-
Revision ID:
cjwatson@canonical.com-20210728101358-6inv77ndm59slwed
Make RevInfoDiskCache use a marshal version supported by Python 2.
Otherwise we run into trouble in the middle of an upgrade to Python 3, as
marshal.dumps produces output that Python 2's marshal.loads can't read.