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 463badf commit 766a16eCopy full SHA for 766a16e
1 file changed
Modules/sre.h
@@ -14,12 +14,8 @@
14
#include "sre_constants.h"
15
16
/* size of a code word (must be unsigned short or larger, and
17
- large enough to hold a Py_UNICODE character) */
18
-#ifdef Py_UNICODE_WIDE
+ large enough to hold a UCS4 character) */
19
#define SRE_CODE Py_UCS4
20
-#else
21
-#define SRE_CODE unsigned short
22
-#endif
23
24
typedef struct {
25
PyObject_VAR_HEAD
0 commit comments