1. 20 Agu, 2001 18 kayıt (commit)
  2. 19 Agu, 2001 20 kayıt (commit)
  3. 18 Agu, 2001 2 kayıt (commit)
    • Guido van Rossum's avatar
      SF patch #452239 by Gordon McMillan, to fix SF bug #451547. · a92d16aa
      Guido van Rossum yazdı
         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
    • Guido van Rossum's avatar
      Add dependencies for Python/thread.c on all of the header files that · 9454ad72
      Guido van Rossum yazdı
      it may depend on.  It's really annoying that thread.o doesn't get
      rebuilt when the .h file is changed! :-)
      
      The dependency is on *all* the Python/thread_*.h files -- that should
      be sufficient and rarely cause unneeded recompilations.
      9454ad72