contrib/fuzz/pyutil.h
author Kyle Lippincott <spectral@google.com>
Mon, 24 Jun 2019 16:01:01 -0700
changeset 42588 f6540aba8e3e
parent 41013 ef103c96ed33
child 43859 8766728dbce6
permissions -rw-r--r--
subrepos: make last line of prompts <40 english chars (issue6158) Differential Revision: https://phab.mercurial-scm.org/D6572

#include <Python.h>

namespace contrib
{

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

} /* namespace contrib */