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.
2 parents 2ac82f8 + b81e538 commit 192195aCopy full SHA for 192195a
1 file changed
Include/accu.h
@@ -16,6 +16,8 @@
16
extern "C" {
17
#endif
18
19
+#undef small /* defined by some Windows headers */
20
+
21
typedef struct {
22
PyObject *large; /* A list of previously accumulated large strings */
23
PyObject *small; /* Pending small strings */
0 commit comments