1. 06 Şub, 2003 13 kayıt (commit)
  2. 05 Şub, 2003 26 kayıt (commit)
  3. 04 Şub, 2003 1 kayıt (commit)
    • Tim Peters's avatar
      cPickle: exempt two_tuple from GC -- it's a speed hack, and doesn't · 3e667d54
      Tim Peters yazdı
      guarantee to keep valid pointers in its slots.
      
      tests:  Moved ExtensionSaver from test_copy_reg into pickletester, and
      use it both places.  Once extension codes get assigned, it won't be
      safe to overwrite them willy nilly in test suites, and ExtensionSaver
      does a thorough job of undoing any possible damage.
      
      Beefed up the EXT[124] tests a bit, to check the smallest and largest
      codes in each opcode's range too.
      3e667d54