1. 20 Aug, 2001 19 commits
  2. 19 Aug, 2001 20 commits
  3. 18 Aug, 2001 1 commit
    • Guido van Rossum's avatar
      SF patch #452239 by Gordon McMillan, to fix SF bug #451547. · a92d16aa
      Guido van Rossum authored
         This patch attempts to do to cPickle what Guido did
         for pickle.py v 1.50. That is: save_global tries
         importing the module, and fetching the name from the
         module. If that fails, or the returned object is not
         the same one we started with, it raises a
         PicklingError. (All this so pickling a lambda will
         fail at save time, rather than load time).
      a92d16aa