view contrib/fuzz/pyutil.h @ 42461:74e2f4b609f6

perf: clarify some of the custom behavior of `perfrevlogwrite` This reduce the chance of developers being surprised by special cases.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 12 Jun 2019 17:30:24 +0100
parents ef103c96ed33
children 8766728dbce6
line wrap: on
line source

#include <Python.h>

namespace contrib
{

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

} /* namespace contrib */