Mercurial > hg
view contrib/fuzz/pyutil.h @ 41082:4d40f6bb4cef
exthelper: switch to using the registrar merging method
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sun, 30 Dec 2018 22:46:54 -0500 |
parents | ef103c96ed33 |
children | 8766728dbce6 |
line wrap: on
line source
#include <Python.h> namespace contrib { void initpy(const char *cselfpath); PyObject *pyglobals(); } /* namespace contrib */