1. 14 Nov, 2003 2 commits
    • Thomas Heller's avatar
      SF #841977 - modulefinder fails to find extension modules in packages · aaf1c8dc
      Thomas Heller authored
      The find_all_submodules() method in modulefinder only
      looks for *.py, *.pyc, and *.pyo files.  Python
      extension modules are only found if they are referenced
      in import statements somewhere.
      
      This patch uses the actual list from imp.get_suffixes().
      
      Backported myself.
      aaf1c8dc
    • Tim Peters's avatar
      update_refs(): assert that incoming refcounts aren't 0. The comment · 780c4979
      Tim Peters authored
      for this function has always claimed that was true, but it wasn't
      verified before.  For the latest batch of "double deallocation" bugs
      (stemming from weakref callbacks invoked by way of subtype_dealloc),
      this assert would have triggered (instead of waiting for
      _Py_ForgetReference to die with a segfault later).
      780c4979
  2. 13 Nov, 2003 6 commits
  3. 12 Nov, 2003 7 commits
  4. 11 Nov, 2003 1 commit
  5. 10 Nov, 2003 8 commits
  6. 09 Nov, 2003 7 commits
  7. 08 Nov, 2003 7 commits
  8. 07 Nov, 2003 2 commits