mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 03:34:48 +08:00
58e8bbcb34
* Give more informative error message when we do not know how to serialize a class. * Check that passing arguments to remote functions and getting them does not change their values. * fix serialization bug * fix tests for common module * Formatting. * Bug fix in init_pickle_module signature. * Use pickle with HIGHEST_PROTOCOL.