Your IP : 216.73.216.213


Current Path : /proc/242857/root/opt/alt/python35/include/CXX/Python3/
Upload File :
Current File : //proc/242857/root/opt/alt/python35/include/CXX/Python3/CxxDebug.hxx

//
//  CxxDebug.hxx
//
//  Copyright (c) 2008 Barry A. Scott
//
#ifndef __CXX_Debug_hxx
#define __CXX_Debug_hxx

//
//  Functions useful when debugging PyCXX
//
#ifdef PYCXX_DEBUG
extern void bpt();
extern void printRefCount( PyObject *obj );
#endif

#endif