This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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.
History
Date User Action Args
2015-01-11 15:34:05pitrousetrecipients: + pitrou, rhettinger, ezio.melotti, Arfrever, methane, serhiy.storchaka
2015-01-11 15:34:05pitrousetmessageid: <1420990445.59.0.169232916122.issue23206@psf.upfronthosting.co.za>
2015-01-11 15:34:05pitroulinkissue23206 messages
2015-01-11 15:34:05pitroucreate