contrib/fuzz/pyutil.h
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 08 Jan 2019 22:07:47 -0800
changeset 41142 89d103fc9c19
parent 41023 ef103c96ed33
child 43870 8766728dbce6
permissions -rw-r--r--
testrunner: avoid capturing a regex group we don't care about Differential Revision: https://phab.mercurial-scm.org/D5536

#include <Python.h>

namespace contrib
{

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

} /* namespace contrib */