Mercurial > hg-stable
comparison mercurial/statichttprepo.py @ 40509:88702fd208ce
py3: convert revlog stats to a dict of (bytes, int) pairs
Py_DECREF(t) is replaced with Py_CLEAR(t) so that t is set to NULL once
decrefed. Otherwise, it would be excessively decrefed if a subsequent
PyBytes_FromString() failed.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Wed, 24 Oct 2018 21:28:03 +0900 |
parents | e4e881572382 |
children | 3913223417ea |
comparison
equal
deleted
inserted
replaced
40508:909c31805f54 | 40509:88702fd208ce |
---|