[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 3.6, Python 3.7 -Python 3.4,

[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 ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue20064] PyObject_Malloc is not documented

2017-10-31 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +4173 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[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) https://github.com/python/cpython/commit/8543ce8ffd57d770b57fe653e0ab7fada1a4c343 ---

[issue20064] PyObject_Malloc is not documented

2017-10-31 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +4172 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[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 ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue20064] PyObject_Malloc is not documented

2017-10-31 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +4167 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[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 _

[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 __

[issue20064] PyObject_Malloc is not documented

2014-04-28 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[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

[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: docs@p