blob: 16db7c5eaea71f093ef8b1bb9abbd34c99fe3a65 [file] [log] [blame]
:mod:`ctypes` now allocates memory on the stack instead of on the heap
to pass arguments while calling a Python callback function.
Patch by Dong-hee Na.