Skip to content
Snippets Groups Projects
  1. Feb 07, 2020
  2. Feb 06, 2020
  3. Jan 31, 2020
  4. Jan 19, 2020
    • Armin Rigo's avatar
      Document #440 in details · d00996ba7f3b
      Armin Rigo authored
      d00996ba7f3b
    • Armin Rigo's avatar
      Issue #440 · 13004e3998dc
      Armin Rigo authored
      Limit the amount of memory that is requested from alloca()
      for temporary conversion of arguments.  Non-small requests are
      instead handled with PyObject_Malloc() and PyObject_Free().
      13004e3998dc
  5. Jan 18, 2020
    • Armin Rigo's avatar
      Merged in... · 30e8b8974143
      Armin Rigo authored
      Merged in lukeroge/cffi/Luke-Rogers/add-license-to-trove-classifiers-1578493878065 (pull request #99)
      
      Add license to trove classifiers.
      30e8b8974143
  6. Jan 08, 2020
  7. Jan 11, 2020
    • Armin Rigo's avatar
      Issue #439 · 8cb2dd342e29
      Armin Rigo authored
      Oops, potentially bad typo in the overview page
      8cb2dd342e29
  8. Jan 07, 2020
  9. Jan 06, 2020
  10. Jan 05, 2020
  11. Jan 04, 2020
  12. Jan 02, 2020
  13. Nov 07, 2019
  14. Nov 03, 2019
  15. Oct 21, 2019
  16. 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
  17. Oct 15, 2019
Loading