mirror of https://github.com/python/cpython
There is no macro named SIZEOF_SSIZE_T. Should use SIZEOF_SIZE_T instead.
This commit is contained in:
parent
f35f8044e4
commit
52a3492efb
|
@ -3795,7 +3795,7 @@ PyObject *PyUnicode_AsASCIIString(PyObject *unicode)
|
|||
|
||||
/* --- MBCS codecs for Windows -------------------------------------------- */
|
||||
|
||||
#if SIZEOF_INT < SIZEOF_SSIZE_T
|
||||
#if SIZEOF_INT < SIZEOF_SIZE_T
|
||||
#define NEED_RETRY
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue