view contrib/fuzz/pyutil.h @ 41263:c2f62720e37d

fastannotate: use pycompat.maplist instead of map Differential Revision: https://phab.mercurial-scm.org/D5613
author Augie Fackler <augie@google.com>
date Wed, 16 Jan 2019 11:56:08 -0500
parents ef103c96ed33
children 8766728dbce6
line wrap: on
line source

#include <Python.h>

namespace contrib
{

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

} /* namespace contrib */