Message233858
| Author |
pitrou |
| Recipients |
Arfrever, ezio.melotti, methane, pitrou, rhettinger, serhiy.storchaka |
| Date |
2015年01月11日.15:34:05 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1420990445.59.0.169232916122.issue23206@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I get the following compile error:
In file included from ./Include/Python.h:48:0,
from /home/antoine/cpython/default/Modules/_json.c:1:
/home/antoine/cpython/default/Modules/_json.c: In function ‘escape_unicode’:
/home/antoine/cpython/default/Modules/_json.c:301:24: error: ‘PyUnicode_4BYTE_DATA’ undeclared (first use in this function)
assert(kind == PyUnicode_4BYTE_DATA);
^
Fixing it is trivial, I can do it when committing. |
|