1. 30 Jun, 2015 13 commits
  2. 29 Jun, 2015 2 commits
  3. 27 Jun, 2015 5 commits
  4. 26 Jun, 2015 18 commits
  5. 25 Jun, 2015 2 commits
    • Kevin Modzelewski's avatar
      Temporary fix for freeing-classes-before-instances bug · e0bd51eb
      Kevin Modzelewski authored
      Was running into it, so just added a quick fix that should hopefully
      get us through until rudi gets in his real fix.
      
      This commit just delays freeing the class objects until the end of the
      sweep.  It doesn't deal with a number of corner cases such as if
      a class and a metaclass get freed at the same time (they both get delayed
      to the same point), or if we free a class with weakrefs to it (it just
      gets treated like a normal weakreferent).
      e0bd51eb
    • Kevin Modzelewski's avatar
      Merge pull request #645 from kmod/cheetah_fix · f6b3c256
      Kevin Modzelewski authored
      Don't have cheetah_test look for system cheetah
      f6b3c256