1. 11 Ara, 1998 3 kayıt (commit)
    • Guido van Rossum's avatar
      When tracing references, reset the type and size of tuples allocated · 68055ce6
      Guido van Rossum yazdı
      from the fast free list -- the type (at least) is reset by
      _Py_Dealloc().
      68055ce6
    • Guido van Rossum's avatar
      Need to initialize self->safe_constructors early on to prevent crash · 21ef0882
      Guido van Rossum yazdı
      in early dealloc.  Patch by Andrew Dalke.
      21ef0882
    • Guido van Rossum's avatar
      Gregor Hoffleit writes: · 732aa2f9
      Guido van Rossum yazdı
      But IMHO, this problem really reveals an annoyance in Python's
      makesetup. makesetup puts the global include directories "$(INCLUDEPY)
      $(EXECINCLUDEPY)" in front of the directories defined by the module in
      Setup. Therefore global (potentially older) header files are preferred
      over the ones set by the module, which makes it hard to compile new
      versions of modules when the old versions are installed. AFAIK, the
      other way around is common practice for most other software.
      
      This patch to makesetup would be an potential fix for this problem,
      though I don't know if it breaks anything else.
      732aa2f9
  2. 10 Ara, 1998 13 kayıt (commit)
  3. 09 Ara, 1998 4 kayıt (commit)
  4. 08 Ara, 1998 8 kayıt (commit)
  5. 07 Ara, 1998 7 kayıt (commit)
  6. 05 Ara, 1998 3 kayıt (commit)
  7. 04 Ara, 1998 2 kayıt (commit)