1. 08 Oct, 2019 1 commit
    • Victor Stinner's avatar
      bpo-38070: Enhance visit_decref() debug trace (GH-16631) · 4d5f94b8
      Victor Stinner authored
      subtract_refs() now pass the parent object to visit_decref() which
      pass it to _PyObject_ASSERT(). So if the "is freed" assertion fails,
      the parent is used in debug trace, rather than the freed object. The
      parent object is more likely to contain useful information. Freed
      objects cannot be inspected are are displayed as "<object at xxx is
      freed>" with no other detail.
      4d5f94b8
  2. 07 Oct, 2019 15 commits
  3. 06 Oct, 2019 2 commits
  4. 05 Oct, 2019 2 commits
  5. 04 Oct, 2019 9 commits
  6. 03 Oct, 2019 7 commits
  7. 02 Oct, 2019 4 commits