commit | ec2cbdd1dff2c51788136480b2085e77506ebf34 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Oct 31 09:37:25 2017 -0700 |
committer | GitHub <noreply@github.com> | Tue Oct 31 09:37:25 2017 -0700 |
tree | c98843da8042e865ecd292db5e0f4e0a03a70683 | |
parent | 2298fad5ff907dd48ea0fb5c71fa22334ef28c6b [diff] |
bpo-20064: Document PyObject_Malloc() (#4199) Document the following functions: * PyObject_Malloc() * PyObject_Calloc() * PyObject_Realloc() * PyObject_Free() Fix also PyMem_RawFree() documentation.