view contrib/fuzz/pyutil.h @ 43043:e370f9e4bfad

merge with stable
author Yuya Nishihara <yuya@tcha.org>
date Thu, 03 Oct 2019 23:39:29 -0400
parents ef103c96ed33
children 8766728dbce6
line wrap: on
line source

#include <Python.h>

namespace contrib
{

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

} /* namespace contrib */