Mercurial > hg
view contrib/fuzz/pyutil.h @ 41409:1db94ebbc207
keepalive: track ready state with a bool
This code may have been written before Python had a bool type.
Differential Revision: https://phab.mercurial-scm.org/D5719
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sat, 26 Jan 2019 13:40:44 -0800 |
parents | ef103c96ed33 |
children | 8766728dbce6 |
line wrap: on
line source
#include <Python.h> namespace contrib { void initpy(const char *cselfpath); PyObject *pyglobals(); } /* namespace contrib */