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

Repository URL to install this package:

Details    
multidict / _istr.h
Size: Mime:
#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