This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
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) * (Python committer) | 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) * (Python committer) | 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) * (Python committer) | 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) * (Python committer) | 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) * (Python committer) | 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) * (Python committer) | 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) * (Python committer) | 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 -> closed versions: + Python 3.6, Python 3.7, - Python 3.4, Python 3.5 messages: + msg305318 resolution: fixed stage: patch review -> resolved |
| 2017年10月31日 17:08:30 | vstinner | set | messages: + msg305317 |
| 2017年10月31日 17:05:57 | vstinner | set | pull_requests: - pull_request4170 |
| 2017年10月31日 16:56:17 | vstinner | set | messages: + msg305315 |
| 2017年10月31日 16:55:51 | vstinner | set | pull_requests: + pull_request4173 |
| 2017年10月31日 16:38:42 | python-dev | set | pull_requests: + pull_request4172 |
| 2017年10月31日 16:37:30 | vstinner | set | messages: + msg305313 |
| 2017年10月31日 16:20:02 | vstinner | set | pull_requests: + pull_request4170 |
| 2017年10月31日 16:08:44 | vstinner | set | pull_requests: + pull_request4167 |
| 2014年07月21日 17:27:14 | zach.ware | set | versions:
+ Python 3.5, - Python 3.3 nosy: + zach.ware messages: + msg223593 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:
+ willingc messages: + msg223424 |
| 2014年07月17日 10:50:07 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg223328 |
| 2014年04月28日 23:40:34 | pitrou | set | nosy:
+ vstinner |
| 2013年12月25日 01:12:16 | gennad | set | files:
+ 20064.patch nosy: + gennad messages: + msg206914 keywords: + patch |
| 2013年12月24日 19:39:20 | r.david.murray | create | |