Antoine Pitrou added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23206>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to