Mercurial > hg
comparison tests/seq.py @ 24574:e97a00bf18ae
parsers: factor out most of asciilower into an internal function
We're going to reuse this in upcoming patches.
The change to Py_ssize_t is necessary because parsers.c doesn't define
PY_SSIZE_T_CLEAN. That macro changes the behavior of PyArg_ParseTuple but not
PyBytes_GET_SIZE.
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Tue, 31 Mar 2015 10:25:29 -0700 |
parents | f554f89a2038 |
children | ff3be5a325bc |
comparison
equal
deleted
inserted
replaced
24573:701d3554de0e | 24574:e97a00bf18ae |
---|