oslo.concurrency/oslo_concurrency
Angus Lees 9d28946395 Make ProcessExecutionError picklable
Serialising/deserialising exceptions in python follows the protocol
defined by pickle.  It relies on the base Exception.__init__ setting
self.args, and later resurrects exceptions with class(*args).

This change rewrites processutils.ProcessExecutionError so it survives a
pickle.dumps/loads round-trip.

Change-Id: I9b8d104f60df868be7b808c72c932d08f1752777
2016-02-19 15:52:23 +11:00
..
2016-01-28 20:41:28 +01:00
2016-01-28 20:41:28 +01:00
2015-01-12 21:11:16 +00:00
2016-01-28 15:00:06 +01:00