Stop using repr/eval to serialize/deserialize datetime.timedeltas
The repr format of datetime.timedeltas has changed in Python 3.7, and the construct is very unsafe anyway.
Loading
The repr format of datetime.timedeltas has changed in Python 3.7, and the construct is very unsafe anyway.