Mirror of mitogen
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
David Wilson be9e55fe8c 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.
8 years ago
docs Initial commit. 8 years ago
examples Initial commit. 8 years ago
mitogen pickle: support Context(), use same unpickler everywhere. 8 years ago
tests pickle: support Context(), use same unpickler everywhere. 8 years ago
todo Initial commit. 8 years ago
.gitignore Initial commit. 8 years ago
preamble_size.py Initial commit. 8 years ago
setup.py Initial commit. 8 years ago