[issue20064] PyObject_Malloc is not documented

2017-10-31 Thread STINNER Victor
STINNER Victor added the comment: It took a while, but PyObject_Malloc() & cie are now documented :-) I even backported and *adapted* the doc to Python 2.7 ;-) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python

[issue20064] PyObject_Malloc is not documented

2017-10-31 Thread STINNER Victor
STINNER Victor added the comment: New changeset 52ba7b447f41dad2754ddbc50ed97413b557bbe1 by Victor Stinner in branch '2.7': bpo-20064: Document PyObject_Malloc() (#4204) https://github.com/python/cpython/commit/52ba7b447f41dad2754ddbc50ed97413b557bbe1 --

[issue20064] PyObject_Malloc is not documented

2017-10-31 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: -4170 ___ Python tracker ___ ___

[issue20064] PyObject_Malloc is not documented

2017-10-31 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +4173 ___ Python tracker ___ ___

[issue20064] PyObject_Malloc is not documented

2017-10-31 Thread STINNER Victor
STINNER Victor added the comment: New changeset 8543ce8ffd57d770b57fe653e0ab7fada1a4c343 by Victor Stinner (Miss Islington (bot)) in branch '3.6': bpo-20064: Document PyObject_Malloc() (GH-4199) (#4203)

[issue20064] PyObject_Malloc is not documented

2017-10-31 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +4172 ___ Python tracker ___

[issue20064] PyObject_Malloc is not documented

2017-10-31 Thread STINNER Victor
STINNER Victor added the comment: New changeset ec2cbdd1dff2c51788136480b2085e77506ebf34 by Victor Stinner in branch 'master': bpo-20064: Document PyObject_Malloc() (#4199) https://github.com/python/cpython/commit/ec2cbdd1dff2c51788136480b2085e77506ebf34 --

[issue20064] PyObject_Malloc is not documented

2017-10-31 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +4170 ___ Python tracker ___ ___

[issue20064] PyObject_Malloc is not documented

2017-10-31 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +4167 ___ Python tracker ___ ___

[issue20064] PyObject_Malloc is not documented

2014-07-21 Thread Zachary Ware
Zachary Ware added the comment: 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. -- nosy: +zach.ware stage: needs patch - patch review versions: +Python 3.5 -Python 3.3

[issue20064] PyObject_Malloc is not documented

2014-07-18 Thread Carol Willing
Carol Willing added the comment: 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. -- nosy: +willingc ___ Python tracker rep...@bugs.python.org

[issue20064] PyObject_Malloc is not documented

2014-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: As the patch is short can we have a commit review please. Can we also close issue 18392 as a duplicate of this. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20064

[issue20064] PyObject_Malloc is not documented

2014-04-28 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20064 ___ ___ Python-bugs-list mailing

[issue20064] PyObject_Malloc is not documented

2013-12-24 Thread R. David Murray
New submission from R. David Murray: 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. -- assignee: docs@python components: Documentation, Interpreter Core messages: 206910 nosy:

[issue20064] PyObject_Malloc is not documented

2013-12-24 Thread Gennadiy Zlobin
Gennadiy Zlobin added the comment: Hi, I created the patch, please kindly review it, all comments are welcomed. Thank you! -- keywords: +patch nosy: +gennad Added file: http://bugs.python.org/file33261/20064.patch ___ Python tracker