Issue 4980: Documentation for "y#" does not mention PY_SSIZE_T_CLEAN

Issue4980

Created on 2009-01-18 00:42 by pitrou, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg80065 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2009-01-18 00:42
Documentation for "y#" does not mention PY_SSIZE_T_CLEAN, it lets
believe that the length result is unconditionally int-sized.
(in http://docs.python.org/3.0/c-api/arg.html)
msg80096 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-01-18 13:26
Duplicate of #1729742.
History
Date User Action Args
2022-04-11 14:56:44adminsetgithub: 49230
2009-01-18 13:26:28georg.brandlsetstatus: open -> closed
resolution: duplicate
superseder: Document effects of PY_SSIZE_T_CLEAN on argument parsing
messages: + msg80096
2009-01-18 00:42:53pitroucreate