• David Wilson's avatar
    pickle: support Context(), use same unpickler everywhere. · be9e55fe
    David Wilson authored
    * 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.
    be9e55fe
core.py 38.6 KB