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年07月07日 00:26 by vstinner, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg192505 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2013年07月07日 00:26 | |
The implementation of the PEP 445 documents new memory allocator functions. But the old good PyObject_Malloc() is still not documentated!? |
|||
| msg223282 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014年07月16日 21:24 | |
Any volunteers to document what appears to be a relatively obscure function :) |
|||
| msg223324 - (view) | Author: Carol Willing (willingc) * (Python committer) | Date: 2014年07月17日 08:54 | |
Looks as if there is a patch for this on Issue 20064. http://bugs.python.org/issue20064 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:47 | admin | set | github: 62592 |
| 2014年07月18日 18:24:07 | zach.ware | set | status: open -> closed superseder: PyObject_Malloc is not documented resolution: duplicate stage: resolved |
| 2014年07月17日 08:54:41 | willingc | set | nosy:
+ willingc messages: + msg223324 |
| 2014年07月16日 21:24:01 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg223282 versions: + Python 3.5, - Python 3.4 |
| 2013年07月07日 00:26:56 | vstinner | create | |