-
- Downloads
Issue #440
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().
Showing
- c/_cffi_backend.c 24 additions, 1 deletionc/_cffi_backend.c
- cffi/_cffi_include.h 48 additions, 0 deletionscffi/_cffi_include.h
- cffi/recompiler.py 19 additions, 11 deletionscffi/recompiler.py
- cffi/vengine_cpy.py 72 additions, 11 deletionscffi/vengine_cpy.py
- testing/cffi0/test_function.py 13 additions, 0 deletionstesting/cffi0/test_function.py
- testing/cffi0/test_verify.py 10 additions, 0 deletionstesting/cffi0/test_verify.py
- testing/cffi1/test_recompiler.py 10 additions, 0 deletionstesting/cffi1/test_recompiler.py
Loading
Please register or sign in to comment