commit | 02cbdd3461b07bde5f3c304c1c316191c0a73c52 | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Thu Feb 16 19:44:46 2006 +0000 |
committer | Thomas Wouters <thomas@python.org> | Thu Feb 16 19:44:46 2006 +0000 |
tree | 7b2611a28c121683e3f3d0a134ddd6079533666f | |
parent | de01774dae6771aa5abdaca2ef39e339ad223f8d [diff] |
Use proper PyArg_Parse format char for Py_ssize_t, instead of 'l', in buffer_new(). Probably fixes a bug in 'buffer("", 10, 10)' on platforms where sizeof(Py_ssize_t) != sizeof(long) (Win64?)