Mercurial > hg
view contrib/fuzz/pyutil.h @ 43035:ea83abf95630
sidedata: add a function to write sidedata into a raw text
Differential Revision: https://phab.mercurial-scm.org/D6891
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 04 Sep 2019 01:20:54 +0200 |
parents | ef103c96ed33 |
children | 8766728dbce6 |
line wrap: on
line source
#include <Python.h> namespace contrib { void initpy(const char *cselfpath); PyObject *pyglobals(); } /* namespace contrib */