contrib/fuzz/pyutil.h
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 09 Nov 2019 13:23:51 +0100
changeset 43601 2da51e292734
parent 41023 ef103c96ed33
child 43870 8766728dbce6
permissions -rw-r--r--
index: use `index.rev` in `revlog.rev` Differential Revision: https://phab.mercurial-scm.org/D7325

#include <Python.h>

namespace contrib
{

void initpy(const char *cselfpath);
PyObject *pyglobals();

} /* namespace contrib */