Skip to content
Snippets Groups Projects
  1. Sep 28, 2018
  2. Sep 25, 2018
  3. Sep 24, 2018
  4. Sep 20, 2018
  5. Sep 19, 2018
  6. Sep 06, 2018
  7. Aug 29, 2018
  8. Aug 23, 2018
  9. Aug 22, 2018
  10. Aug 13, 2018
  11. Aug 10, 2018
  12. Jul 24, 2018
  13. Jul 19, 2018
    • Mattias Ellert's avatar
      Fixes for Python 3.7 · 94412f7e
      Mattias Ellert authored
       * PyROOT_PyUnicode_AsString changed return type from char* to const char*
       * Using _PyObject_GC_TRACK results in linking error:
         undefined reference to `_PyGC_generation0'
         The python documentation says this about _PyObject_GC_TRACK:
         "A macro version of PyObject_GC_Track(). It should not be used for
         extension modules."
         So it should not be used. Calling PyObject_GC_Track instead avoids the
         undefined symbol. I also removed the #ifndef R__WIN32 since the
         comment indicates that this was added to avoid the same issue on
         windows. Calling PyObject_GC_Track instead of using the
         _PyObject_GC_TRACK macro should fix the undefined symbol probelem on
         windows too.
      94412f7e
  14. Jul 18, 2018
  15. Jul 13, 2018
  16. Jul 09, 2018
  17. Jun 25, 2018
Loading