Issue 20064: PyObject_Malloc is not documented (original) (raw)
Created on 2013-12-24 19:39 by r.david.murray, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
20064.patch | gennad,2013-12-25 01:12 | review |
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 4199 | merged | vstinner,2017-10-31 16:08 | |
PR 4203 | merged | python-dev,2017-10-31 16:38 | |
PR 4204 | merged | vstinner,2017-10-31 16:55 |
Messages (9) | ||
---|---|---|
msg206910 - (view) | Author: R. David Murray (r.david.murray) * ![]() |
Date: 2013-12-24 19:39 |
At least, a doc ref to :c:func:`PyObject_Malloc` does not turn into a link, and I can't find anything in the docs that it looks like it should link to. | ||
msg206914 - (view) | Author: Gennadiy Zlobin (gennad) * | Date: 2013-12-25 01:12 |
Hi, I created the patch, please kindly review it, all comments are welcomed. Thank you! | ||
msg223328 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014-07-17 10:50 |
As the patch is short can we have a commit review please. Can we also close issue 18392 as a duplicate of this. | ||
msg223424 - (view) | Author: Carol Willing (willingc) * ![]() |
Date: 2014-07-18 18:21 |
I've reviewed this patch. It's my first patch review for this project so I'm not sure that I submitted the review correctly in Rietveld. | ||
msg223593 - (view) | Author: Zachary Ware (zach.ware) * ![]() |
Date: 2014-07-21 17:27 |
It appears that PyObject_Realloc and PyObject_Free are also not documented; they should be along with PyObject_Malloc. I also left a couple of comments on Rietveld. | ||
msg305313 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2017-10-31 16:37 |
New changeset ec2cbdd1dff2c51788136480b2085e77506ebf34 by Victor Stinner in branch 'master': bpo-20064: Document PyObject_Malloc() (#4199) https://github.com/python/cpython/commit/ec2cbdd1dff2c51788136480b2085e77506ebf34 | ||
msg305315 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2017-10-31 16:56 |
New changeset 8543ce8ffd57d770b57fe653e0ab7fada1a4c343 by Victor Stinner (Miss Islington (bot)) in branch '3.6': bpo-20064: Document PyObject_Malloc() (GH-4199) (#4203) https://github.com/python/cpython/commit/8543ce8ffd57d770b57fe653e0ab7fada1a4c343 | ||
msg305317 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2017-10-31 17:08 |
New changeset 52ba7b447f41dad2754ddbc50ed97413b557bbe1 by Victor Stinner in branch '2.7': bpo-20064: Document PyObject_Malloc() (#4204) https://github.com/python/cpython/commit/52ba7b447f41dad2754ddbc50ed97413b557bbe1 | ||
msg305318 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2017-10-31 17:09 |
It took a while, but PyObject_Malloc() & cie are now documented :-) I even backported and *adapted* the doc to Python 2.7 ;-) |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:55 | admin | set | github: 64263 |
2017-10-31 17:09:18 | vstinner | set | status: open -> closedversions: + Python 3.6, Python 3.7, - Python 3.4, Python 3.5messages: + resolution: fixedstage: patch review -> resolved |
2017-10-31 17:08:30 | vstinner | set | messages: + |
2017-10-31 17:05:57 | vstinner | set | pull_requests: - <pull%5Frequest4170> |
2017-10-31 16:56:17 | vstinner | set | messages: + |
2017-10-31 16:55:51 | vstinner | set | pull_requests: + <pull%5Frequest4173> |
2017-10-31 16:38:42 | python-dev | set | pull_requests: + <pull%5Frequest4172> |
2017-10-31 16:37:30 | vstinner | set | messages: + |
2017-10-31 16:20:02 | vstinner | set | pull_requests: + <pull%5Frequest4170> |
2017-10-31 16:08:44 | vstinner | set | pull_requests: + <pull%5Frequest4167> |
2014-07-21 17:27:14 | zach.ware | set | versions: + Python 3.5, - Python 3.3nosy: + zach.waremessages: + stage: needs patch -> patch review |
2014-07-18 18:24:07 | zach.ware | link | issue18392 superseder |
2014-07-18 18:21:38 | willingc | set | nosy: + willingcmessages: + |
2014-07-17 10:50:07 | BreamoreBoy | set | nosy: + BreamoreBoymessages: + |
2014-04-28 23:40:34 | pitrou | set | nosy: + vstinner |
2013-12-25 01:12:16 | gennad | set | files: + 20064.patchnosy: + gennadmessages: + keywords: + patch |
2013-12-24 19:39:20 | r.david.murray | create |