There was an error while loading. Please reload this page.
1 parent 3e245fa commit d915492Copy full SHA for d915492
1 file changed
Modules/cjkcodecs/cjkcodecs.h
@@ -155,8 +155,8 @@ get_module_state(PyObject *mod)
155
156
#define OUTCHAR(c) \
157
do { \
158
- if (_PyUnicodeWriter_WriteChar(writer, (c)) < 0) \
159
- return MBERR_EXCEPTION; \
+ if (_PyUnicodeWriter_WriteCharInline(writer, (c)) < 0) \
+ return MBERR_EXCEPTION; \
160
} while (0)
161
162
#define OUTCHAR2(c1, c2) \
0 commit comments