mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Issue #12342: Fix compilation on Mac OS X
This commit is contained in:
parent
54540ec917
commit
3d7acb08c4
1 changed files with 1 additions and 1 deletions
|
@ -993,7 +993,7 @@ AsObj(PyObject *value)
|
|||
PyErr_Format(PyExc_ValueError,
|
||||
"character U+%x is above the range "
|
||||
"(U+0000-U+FFFF) allowed by Tcl",
|
||||
inbuf[i]);
|
||||
ch);
|
||||
ckfree(FREECAST outbuf);
|
||||
return NULL;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue