Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0163d6d commit eefa964Copy full SHA for eefa964
1 file changed
Include/cStringIO.h
@@ -126,6 +126,6 @@ xxxPyCObject_Import(char *module_name, char *name)
126
}
127
128
#define PycString_IMPORT \
129
- PycStringIO=xxxPyCObject_Import("cStringIO", "cStringIO_CAPI")
+ PycStringIO=(struct PycStringIO_CAPI*)xxxPyCObject_Import("cStringIO", "cStringIO_CAPI")
130
131
#endif /* CSTRINGIO_INCLUDED */
0 commit comments