[PATCH 1 of 5 foldmap-in-C V2] parsers: factor out most of asciilower into an internal function

Siddharth Agarwal sid at less-broken.com
Wed Apr 1 16:03:14 CDT 2015


On 04/01/2015 01:59 PM, Siddharth Agarwal wrote:
> 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
> PyInt_AS_LONG.

Ugh, lots of wires crossed here. I meant PyBytes_GET_SIZE. Please fix
inflight if possible.


More information about the Mercurial-devel mailing list