Mercurial > hg
view contrib/fuzz/pyutil.h @ 41321:724b4606528e
tests: use assertEqual()
This avoids a deprecation warning under at least Python 3.7.
Differential Revision: https://phab.mercurial-scm.org/D5653
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Tue, 22 Jan 2019 18:16:53 -0800 |
parents | ef103c96ed33 |
children | 8766728dbce6 |
line wrap: on
line source
#include <Python.h> namespace contrib { void initpy(const char *cselfpath); PyObject *pyglobals(); } /* namespace contrib */