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: Documentation for "y#" does not mention PY_SSIZE_T_CLEAN
Type: behavior Stage:
Components: Documentation Versions: Python 3.0, Python 3.1, Python 2.7, Python 2.6
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Document effects of PY_SSIZE_T_CLEAN on argument parsing
View: 1729742
Assigned To: georg.brandl Nosy List: georg.brandl, pitrou
Priority: normal Keywords:

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