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 bwelling
Recipients
Date 2007-06-01.23:51:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The "Parsing arguments and building values" section of the Python/C API Reference Manual describes the "s#" format unit as requiring a [const char *, int].  This should presumably be a Py_ssize_t, as that's what the code appears to expect.

The same problem also occurs elsewhere in this page; pretty much everywhere the # format modifier is described.

I'm seeing this in both the 2.5.1 and development versions of the docs on docs.python.org.
History
Date User Action Args
2007-08-23 14:54:27adminlinkissue1729742 messages
2007-08-23 14:54:27admincreate