Merge with 3.2 (Issue #14387)
This commit is contained in:
commit
192195a4fc
|
@ -16,6 +16,8 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#undef small /* defined by some Windows headers */
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
PyObject *large; /* A list of previously accumulated large strings */
|
PyObject *large; /* A list of previously accumulated large strings */
|
||||||
PyObject *small; /* Pending small strings */
|
PyObject *small; /* Pending small strings */
|
||||||
|
|
Loading…
Reference in New Issue