1. 22 Nov, 2018 1 commit
    • Victor Stinner's avatar
      bpo-35059: Convert _PyObject_GC_TRACK() to inline function (GH-10643) · 271753a2
      Victor Stinner authored
      * Add _PyObject_ASSERT_FROM() and _PyObject_ASSERT_FAILED_MSG()
        macros.
      * PyObject_GC_Track() now calls _PyObject_ASSERT_FAILED_MSG(),
        instead of Py_FatalError(), if the object is already tracked, to
        dump more information on error.
      * _PyObject_GC_TRACK() no longer checks if the object is already
        tracked at runtime, use an assertion instead for best performances;
        PyObject_GC_Track() still checks at runtime.
      * pycore_object.h now includes pycore_pystate.h.
      * Convert _PyObject_GC_TRACK() and _PyObject_GC_UNTRACK() macros to
        inline functions.
      271753a2
  2. 21 Nov, 2018 6 commits
  3. 20 Nov, 2018 9 commits
  4. 19 Nov, 2018 1 commit
  5. 18 Nov, 2018 2 commits
  6. 17 Nov, 2018 3 commits
  7. 16 Nov, 2018 7 commits
  8. 15 Nov, 2018 4 commits
  9. 14 Nov, 2018 7 commits