Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

aroundthecode / multidict   python

Repository URL to install this package:

Version: 4.6.1 

/ _istr.h

#ifndef _ISTR_H
#define _ISTR_H

#ifdef __cplusplus
extern "C" {
#endif

#include "Python.h"

typedef struct {
    PyUnicodeObject str;
    PyObject * canonical;
} istrobject;

#ifdef __cplusplus
}
#endif
#endif