Skip to content
Snippets Groups Projects
Commit 13004e3998dc authored by Armin Rigo's avatar Armin Rigo
Browse files

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().
parent 30e8b8974143
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment