1. 28 Jun, 2019 8 commits
  2. 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
  3. 24 Jun, 2019 1 commit
  4. 23 Jun, 2019 3 commits
  5. 13 Jun, 2019 4 commits
  6. 11 Jun, 2019 10 commits
  7. 10 Jun, 2019 1 commit
  8. 09 Jun, 2019 1 commit
  9. 07 Jun, 2019 3 commits
  10. 02 Jun, 2019 2 commits
  11. 01 Jun, 2019 6 commits