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.

Author methane
Recipients docs@python, enrico, methane
Date 2019-07-01.08:31:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561969865.98.0.201616467407.issue37465@roundup.psfhosted.org>
In-reply-to
Content
See note in https://docs.python.org/3.9/c-api/arg.html#strings-and-buffers

"""
Note: For all # variants of formats (s#, y#, etc.), the type of the length argument (int or Py_ssize_t) is controlled by defining the macro PY_SSIZE_T_CLEAN before including Python.h. If the macro was defined, length is a Py_ssize_t rather than an int. This behavior will change in a future Python version to only support Py_ssize_t and drop int support. It is best to always define PY_SSIZE_T_CLEAN. 
"""
History
Date User Action Args
2019-07-01 08:31:06methanesetrecipients: + methane, docs@python, enrico
2019-07-01 08:31:05methanesetmessageid: <1561969865.98.0.201616467407.issue37465@roundup.psfhosted.org>
2019-07-01 08:31:05methanelinkissue37465 messages
2019-07-01 08:31:05methanecreate