1. 29 Jun, 2019 1 commit
  2. 28 Jun, 2019 8 commits
  3. 25 Jun, 2019 1 commit
    • Kirill Smelkov's avatar
      Include: cpython.pystate: Make PyGILState_STATE definition usable (GH-2997) · 82a0ed43
      Kirill Smelkov authored
      PyGILState_STATE was added in commit 3fd6fdce (Gilnanny + pystate.pxd)
      with struct type on-purpose different from what CPython actually uses
      with the idea so that PyGILState_STATE cannot be coerced into int.
      
      However as it is, it prevents PyGILState_STATE usage:
      
      	cdef PyGILState_STATE gstate = PyGILState_Ensure()
      
      gives
      
      	Variable type 'PyGILState_STATE' is incomplete
      
      Fix it by making PyGILState_STATE a defined structure.
      82a0ed43
  4. 24 Jun, 2019 1 commit
  5. 23 Jun, 2019 3 commits
  6. 13 Jun, 2019 4 commits
  7. 11 Jun, 2019 10 commits
  8. 10 Jun, 2019 1 commit
  9. 09 Jun, 2019 1 commit
  10. 07 Jun, 2019 3 commits
  11. 02 Jun, 2019 2 commits
  12. 01 Jun, 2019 5 commits