mirror of
https://github.com/python/cpython.git
synced 2025-09-15 21:26:04 +00:00
There is no macro named SIZEOF_SSIZE_T. Should use SIZEOF_SIZE_T instead.
This commit is contained in:
parent
f35f8044e4
commit
52a3492efb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue