contrib/fuzz/pyutil.h
author Augie Fackler <augie@google.com>
Sat, 05 Oct 2019 10:47:28 -0400
changeset 43061 b61324854e93
parent 41023 ef103c96ed33
child 43870 8766728dbce6
permissions -rw-r--r--
contrib: allow trailing commas in lists black manages this for us, so we don't need to worry about this anymore. Differential Revision: https://phab.mercurial-scm.org/D6977

#include <Python.h>

namespace contrib
{

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

} /* namespace contrib */