contrib/fuzz/pyutil.h
author Ian Moody <moz-ian@perix.co.uk>
Fri, 11 Oct 2019 18:08:50 +0100
changeset 43275 8c0fe77f47c5
parent 41023 ef103c96ed33
child 43870 8766728dbce6
permissions -rw-r--r--
convert: convert os.devnull to bytes before trying to join it with other bytes Together with the previous commit relating to emailparser this gets test-convert-tla.t passing under py3. Differential Revision: https://phab.mercurial-scm.org/D7062

#include <Python.h>

namespace contrib
{

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

} /* namespace contrib */