[issue37432] Fix a small param type in allocation.rst

2019-06-28 Thread SilentGhost
Change by SilentGhost : -- versions: +Python 3.7, Python 3.8, Python 3.9 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue37432] Fix a small param type in allocation.rst

2019-06-28 Thread SilentGhost
Change by SilentGhost : -- resolution: -> fixed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37432] Fix a small param type in allocation.rst

2019-06-28 Thread hai shi
Change by hai shi : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue37432] Fix a small param type in allocation.rst

2019-06-28 Thread miss-islington
miss-islington added the comment: New changeset 99f2f851773c6e481e80e8e157d9f5ad4fc5cbb3 by Miss Islington (bot) in branch '3.7': bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430) https://github.com/python/cpython/commit/99f2f851773c6e481e80e8e157d9f5ad4fc5cbb3 -- nosy:

[issue37432] Fix a small param type in allocation.rst

2019-06-28 Thread miss-islington
miss-islington added the comment: New changeset ad00640f936956c3a19834b6cd12b04edf53a776 by Miss Islington (bot) in branch '3.8': bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430) https://github.com/python/cpython/commit/ad00640f936956c3a19834b6cd12b04edf53a776 --

[issue37432] Fix a small param type in allocation.rst

2019-06-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +14258 pull_request: https://github.com/python/cpython/pull/14442 ___ Python tracker ___

[issue37432] Fix a small param type in allocation.rst

2019-06-28 Thread Inada Naoki
Inada Naoki added the comment: New changeset b4bee03087a3c70cb040e2ce569c828860ed8e87 by Inada Naoki (Hai Shi) in branch 'master': bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430) https://github.com/python/cpython/commit/b4bee03087a3c70cb040e2ce569c828860ed8e87 -- nosy:

[issue37432] Fix a small param type in allocation.rst

2019-06-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +14257 pull_request: https://github.com/python/cpython/pull/14441 ___ Python tracker ___

[issue37432] Fix a small param type in allocation.rst

2019-06-27 Thread hai shi
hai shi added the comment: Due to https://github.com/python/cpython/blob/master/Include/objimpl.h#L102, `void PyObject_Del(PyObject *op)` should be `void PyObject_Del(void *op)` -- ___ Python tracker

[issue37432] Fix a small param type in allocation.rst

2019-06-27 Thread hai shi
Change by hai shi : -- keywords: +patch pull_requests: +14246 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14430 ___ Python tracker ___

[issue37432] Fix a small param type in allocation.rst

2019-06-27 Thread SilentGhost
New submission from SilentGhost : Could you please elaborate on what exactly needs fixing? -- nosy: +SilentGhost ___ Python tracker ___

[issue37432] Fix a small param type in allocation.rst

2019-06-27 Thread hai shi
Change by hai shi : -- title: Fix a small param type allocation.rst -> Fix a small param type in allocation.rst ___ Python tracker ___