##// END OF EJS Templates
doc: fix description of "predecessors" to match reality...
doc: fix description of "predecessors" to match reality Differential Revision: https://phab.mercurial-scm.org/D6467

File last commit:

r41049:ef103c96 default
r42629:dc5bd66a default
Show More
pyutil.h
9 lines | 128 B | text/x-c | CLexer
Augie Fackler
fuzz: extract Python initialization to utility package...
r41049 #include <Python.h>
namespace contrib
{
void initpy(const char *cselfpath);
PyObject *pyglobals();
} /* namespace contrib */