RDKit
Open-source cheminformatics and machine learning.
pyint_api.h
Go to the documentation of this file.
1 #include <RDGeneral/export.h>
2 #ifndef RDKIT_PYINT_API_INCLUDED
3 #define RDKIT_PYINT_API_INCLUDED
4 
5 #if PY_MAJOR_VERSION >= 3
6 #define PyInt_FromLong PyLong_FromLong
7 #define PyInt_AsLong PyLong_AsLong
8 #endif
9 
10 #endif