[3.6] bpo-20064: Document PyObject_Malloc() (GH-4199) by miss-islington · Pull Request #4203 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
Merged
Conversation
Contributor
Document the following functions:
- PyObject_Malloc()
- PyObject_Calloc()
- PyObject_Realloc()
- PyObject_Free()
Fix also PyMem_RawFree() documentation.
(cherry picked from commit ec2cbdd)
Document the following functions: * PyObject_Malloc() * PyObject_Calloc() * PyObject_Realloc() * PyObject_Free() Fix also PyMem_RawFree() documentation. (cherry picked from commit ec2cbdd)
bedevere-bot
mentioned this pull request
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
skip news
awaiting review
labels
miss-islington
commented
Oct 31, 2017
miss-islington commented
Contributor Author
@Haypo: Backport status check is done, and it's a success ✅ .
vstinner
merged commit
8543ce8
into
python:3.6
miss-islington
commented
Oct 31, 2017
miss-islington commented
Contributor Author
Thanks, @Haypo!
bedevere-bot
removed
the
awaiting review
label
miss-islington
deleted the
backport-ec2cbdd-3.6
branch
vstinner
commented
Oct 31, 2017
vstinner commented
Member
LGTM, good bot.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment