Issue 1686451: int to Py_ssize_t changes (original) (raw)

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:23 admin set github: 44765
2007-03-23 00:30:52 belopolsky create