contrib/fuzz/pyutil.h
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 24 Sep 2018 14:46:37 -0700
changeset 41386 0132221c25cd
parent 41023 ef103c96ed33
child 43870 8766728dbce6
permissions -rw-r--r--
localrepo: use context manager for lock and transaction in commitctx() Differential Revision: https://phab.mercurial-scm.org/D5624

#include <Python.h>

namespace contrib
{

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

} /* namespace contrib */