bpo-20064: Document PyObject_Malloc() by vstinner · Pull Request #4199 · python/cpython
Document the following functions: * PyObject_Malloc() * PyObject_Calloc() * PyObject_Realloc() * PyObject_Free() Fix also PyMem_RawFree() documentation.
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Oct 31, 2017Document the following functions: * PyObject_Malloc() * PyObject_Calloc() * PyObject_Realloc() * PyObject_Free() Fix also PyMem_RawFree() documentation. (cherry picked from commit ec2cbdd)
vstinner pushed a commit that referenced this pull request
Oct 31, 2017Document the following functions: * PyObject_Malloc() * PyObject_Calloc() * PyObject_Realloc() * PyObject_Free() Fix also PyMem_RawFree() documentation. (cherry picked from commit ec2cbdd)
embray pushed a commit to embray/cpython that referenced this pull request
Nov 9, 2017This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters