Skip to content
Snippets Groups Projects
  1. Oct 21, 2019
  2. Oct 19, 2019
    • Armin Rigo's avatar
      Update whatsnew · 317bac9040ad
      Armin Rigo authored
      317bac9040ad
    • Armin Rigo's avatar
      Issue #427 · 7d1496495e25
      Armin Rigo authored
      Fix: it's invalid according the API to call
      PyGILState_Release(PyGILState_UNLOCKED) manually at startup to release the GIL.
      Instead we must call another function, like PyEval_SaveThread().  The
      difference shows up in a rare case on CPython 3.7 only.
      7d1496495e25
  3. Oct 15, 2019
  4. Oct 14, 2019
  5. Sep 29, 2019
  6. Sep 20, 2019
  7. Aug 17, 2019
  8. Jul 23, 2019
    • Armin Rigo's avatar
      Add another test · 1da2143cf6ce
      Armin Rigo authored
      1da2143cf6ce
    • Armin Rigo's avatar
      Issue #413 · f34ec7d90cd6
      Armin Rigo authored
      Test and "fix" for a corner case: now it gives a RuntimeError
      with a message, instead of a C-level infinite recursion
      f34ec7d90cd6
  9. Jul 19, 2019
  10. Jun 19, 2019
  11. Jun 15, 2019
  12. Jun 12, 2019
    • Armin Rigo's avatar
      Issue #412 · e00484ba0031
      Armin Rigo authored
      Test and fix for unnamed bitfields which are not ":0" bitfields.
      e00484ba0031
  13. Jun 03, 2019
  14. May 26, 2019
  15. Apr 26, 2019
  16. Feb 02, 2019
  17. Apr 19, 2019
Loading