Mercurial > public > mercurial-scm > hg
view contrib/fuzz/pyutil.h @ 42098:5753e5949b51
py3: add b'' prefixes to new doctests in match.py
# skip-blame as just b'' prefixes
Differential Revision: https://phab.mercurial-scm.org/D6221
author | Pulkit Goyal <pulkit@yandex-team.ru> |
---|---|
date | Wed, 10 Apr 2019 03:10:53 +0530 |
parents | ef103c96ed33 |
children | 8766728dbce6 |
line wrap: on
line source
#include <Python.h> namespace contrib { void initpy(const char *cselfpath); PyObject *pyglobals(); } /* namespace contrib */