Issue 1122: PyTuple_Size and PyTuple_GET_SIZE return type documentation incorrect (original) (raw)

Issue1122

Created on 2007-09-07 00:43 by gaul, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pytuple_size.patch gaul,2007-09-07 00:43
Messages (2)
msg55718 - (view) Author: Andrew Gaul (gaul) Date: 2007-09-07 00:43
Documentation claims int, API uses Py_ssize_t.
msg55850 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-09-12 18:09
Fixed in rev. 58115, 58116 (2.5). Thanks!
History
Date User Action Args
2022-04-11 14:56:26 admin set github: 45463
2007-09-12 18:09:13 georg.brandl set status: open -> closedresolution: fixedmessages: +
2007-09-11 10:36:10 georg.brandl set assignee: georg.brandlnosy: + georg.brandl
2007-09-09 16:53:45 loewis set keywords: + patch
2007-09-07 00:43:14 gaul create