Issue 6950: online documentation error: PyObject* PyByteArray_Resize(PyObject *bytearray, Py_ssize_t len) (original) (raw)

Issue6950

Created on 2009-09-19 16:24 by kaizhu, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg92872 - (view) Author: kai zhu (kaizhu) Date: 2009-09-19 16:24
according to bytearrayobject.c, PyByteArray_Resize should return int (not PyObject *) error found @ http://docs.python.org/dev/py3k/c-api/bytearray.html http://docs.python.org/c-api/bytearray.html
msg92873 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2009-09-19 16:26
This is a duplicate of #6881.
History
Date User Action Args
2022-04-11 14:56:53 admin set github: 51199
2009-09-19 16:26:51 ezio.melotti set status: open -> closednosy: + ezio.melottimessages: + resolution: duplicatestage: resolved
2009-09-19 16:24:19 kaizhu create