1. 30 Jun, 2020 1 commit
    • Boris Staletic's avatar
      Avoid using deprecated API in python 3.9 · ae2ee2a4
      Boris Staletic authored
      The PyEval_InitThreads() and PyEval_ThreadsInitialized() functions are
      now deprecated and will be removed in Python 3.11. Calling
      PyEval_InitThreads() now does nothing. The GIL is initialized by
      Py_Initialize() since Python 3.7.
      ae2ee2a4
  2. 29 Jun, 2020 5 commits
  3. 18 Jun, 2020 1 commit
  4. 15 Jun, 2020 1 commit
  5. 10 Jun, 2020 9 commits
  6. 08 Jun, 2020 1 commit
  7. 04 Jun, 2020 2 commits
  8. 31 May, 2020 5 commits
  9. 26 Apr, 2020 15 commits