[3.6] bpo-20064: Document PyObject_Malloc() (GH-4199) by miss-islington · Pull Request #4203 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.2k
Merged
vstinner merged 1 commit intopython:3.6from
Oct 31, 2017Merged
[3.6] bpo-20064: Document PyObject_Malloc() (GH-4199)#4203
vstinner merged 1 commit intopython:3.6from
[3.6] bpo-20064: Document PyObject_Malloc() (GH-4199)#4203
vstinner merged 1 commit intopython:3.6from
Conversation
Copy link
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
Copy link
Contributor Author
miss-islington
commented
Oct 31, 2017
miss-islington commented
Oct 31, 2017@Haypo: Backport status check is done, and it's a success ✅ .
vstinner
merged commit
8543ce8
into
python:3.6
Copy link
Contributor Author
miss-islington
commented
Oct 31, 2017
miss-islington commented
Oct 31, 2017Thanks, @Haypo!
bedevere-bot
removed
the
awaiting review
label
miss-islington
deleted the
backport-ec2cbdd-3.6
branch
Copy link
Member
vstinner
commented
Oct 31, 2017
vstinner commented
Oct 31, 2017LGTM, good bot.
This 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment