diff options
author | Thomas Wouters <thomas@python.org> | 2006-02-16 19:44:46 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2006-02-16 19:44:46 (GMT) |
commit | 02cbdd3461b07bde5f3c304c1c316191c0a73c52 (patch) | |
tree | 7b2611a28c121683e3f3d0a134ddd6079533666f /Python/getargs.c | |
parent | de01774dae6771aa5abdaca2ef39e339ad223f8d (diff) | |
download | cpython-02cbdd3461b07bde5f3c304c1c316191c0a73c52.zip cpython-02cbdd3461b07bde5f3c304c1c316191c0a73c52.tar.gz cpython-02cbdd3461b07bde5f3c304c1c316191c0a73c52.tar.bz2 |
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?)
Diffstat (limited to 'Python/getargs.c')
0 files changed, 0 insertions, 0 deletions