contrib/fuzz/pyutil.h
author Augie Fackler <augie@google.com>
Wed, 06 Nov 2019 15:16:04 -0500
changeset 43528 667f56d73ceb
parent 41023 ef103c96ed33
child 43870 8766728dbce6
permissions -rw-r--r--
scmposix: another suppression on IOError subscripting As before, this will clear up when we move to Python 3-only. Differential Revision: https://phab.mercurial-scm.org/D7280

#include <Python.h>

namespace contrib
{

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

} /* namespace contrib */