- Feb 07, 2020
-
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
- Feb 06, 2020
-
-
Armin Rigo authored
-
- Jan 31, 2020
-
-
Armin Rigo authored
constant number. So don't use `n`.
-
- Jan 19, 2020
-
-
Armin Rigo authored
-
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().
-
- Jan 18, 2020
-
-
Armin Rigo authored
Merged in lukeroge/cffi/Luke-Rogers/add-license-to-trove-classifiers-1578493878065 (pull request #99) Add license to trove classifiers.
-
- Jan 08, 2020
-
-
Luke Rogers authored
-
- Jan 11, 2020
-
-
Armin Rigo authored
Oops, potentially bad typo in the overview page
-
- Jan 07, 2020
-
-
Armin Rigo authored
-
- Jan 06, 2020
-
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
- Jan 05, 2020
-
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
Support ffi.dlopen(<void* cdata>). See updated documentation.
-
- Jan 04, 2020
-
-
Matti Picus authored
-
- Jan 02, 2020
-
-
Armin Rigo authored
-
- Nov 07, 2019
-
-
Armin Rigo authored
-
Armin Rigo authored
-
- Nov 03, 2019
-
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
- Oct 21, 2019
-
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
There are corner cases in which we can see a recursion on the same types. Instead of fighting them all, change the logic to complain if we recurse more than 1000 times.
-
- Oct 19, 2019
-
-
Armin Rigo authored
-
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.
-
- Oct 15, 2019
-
-
Armin Rigo authored
-