blob: b39292d91652d6a860c710d22a0510d6e4c78bc5 [file] [log] [blame]
#include <yaml.h>
#if PY_MAJOR_VERSION >= 3
#define PyString_CheckExact PyBytes_CheckExact
#define PyString_AS_STRING PyBytes_AS_STRING
#define PyString_GET_SIZE PyBytes_GET_SIZE
#define PyString_FromStringAndSize PyBytes_FromStringAndSize
#endif