Commit Graph

4 Commits (bd2c613b9c907d888b510a0a4c380e9fba55b69b)

Author SHA1 Message Date
David Wilson 8f08aa4fc8 Tidy up test. 7 years ago
David Wilson 066b39d570 pickle: support Context(), use same unpickler everywhere.
* Support passing Context() objects in function calls and return values.
  Now the fakessh demo from the documentation index would work
  correctly.

* Since slaves can communicate with each other now, they should also use
  the same approach to unpickling as the master already used. Collapse
  away all the unpickle extension crap and hard-wire just the 3 types
  that support unpickling.
7 years ago
David Wilson 1888c5c660 Add some broken tests 7 years ago
David Wilson 4e51f516a6 Add call_function_test, fix various exception bugs. 7 years ago