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.

classification
Title: int to Py_ssize_t changes
Type: Stage:
Components: Documentation Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: belopolsky, loewis
Priority: normal Keywords: patch

Created on 2007-03-23 00:30 by belopolsky, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
doc-api.patch belopolsky, 2007-03-23 00:30 patch for Doc/api/abstract.tex
Messages (2)
msg52298 - (view) Author: Alexander Belopolsky (belopolsky) * (Python committer) Date: 2007-03-23 00:30
Two functions and a macro that return Py_ssize_t are still documented as returning an int.  Updated PySequence_Count, PySequence_Index and PySequence_Fast_GET_SIZE return type.

msg52299 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2007-03-23 10:36
Thanks for the patch. Committed  as r54541 and r54542
History
Date User Action Args
2022-04-11 14:56:23adminsetgithub: 44765
2007-03-23 00:30:52belopolskycreate