Message233858
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. |
|
| Date |
User |
Action |
Args |
| 2015-01-11 15:34:05 | pitrou | set | recipients:
+ pitrou, rhettinger, ezio.melotti, Arfrever, methane, serhiy.storchaka |
| 2015-01-11 15:34:05 | pitrou | set | messageid: <[email protected]> |
| 2015-01-11 15:34:05 | pitrou | link | issue23206 messages |
| 2015-01-11 15:34:05 | pitrou | create | |
|