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 socketpair
Recipients barry, chrism, cvrebert, eric.araujo, ezio.melotti, gregory.p.smith, jleedev, kdwyer, martin.panter, ncoghlan, pitrou, serhiy.storchaka, socketpair, terry.reedy, vstinner
Date 2016-07-30.18:12:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469902370.5.0.900174247441.issue19837@psf.upfronthosting.co.za>
In-reply-to
Content
One of the problem, that decodeing JSON is FSM, where input is one symbol rather than one byte. AFAIK, Python still does not have FSM for decoding UTF-8 sequence, so iterative decoding of JSON will require more changes than expected.
History
Date User Action Args
2016-07-30 18:12:50socketpairsetrecipients: + socketpair, barry, terry.reedy, gregory.p.smith, chrism, ncoghlan, pitrou, vstinner, kdwyer, ezio.melotti, eric.araujo, cvrebert, martin.panter, serhiy.storchaka, jleedev
2016-07-30 18:12:50socketpairsetmessageid: <1469902370.5.0.900174247441.issue19837@psf.upfronthosting.co.za>
2016-07-30 18:12:50socketpairlinkissue19837 messages
2016-07-30 18:12:50socketpaircreate