Message 292124 - Python tracker

Message292124

Author serhiy.storchaka
Recipients SilentGhost, altvod, bob.ippolito, ezio.melotti, r.david.murray, rhettinger, serhiy.storchaka, terry.reedy
Date 2017-04-22.16:20:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492878042.0.0.601625485964.issue27613@psf.upfronthosting.co.za>
In-reply-to
Content
> I am surprised that dumping to a string and to a file give different answers.

This is a difference between Python and C implementations.

An iterable with fake __len__ looks breaking the invariants, but if a collection with overridden __bool__() is considered as more legitimate, the proposed patch fixes Python implementation of json for that case.
History
Date User Action Args
2017-04-22 16:20:42serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, bob.ippolito, ezio.melotti, r.david.murray, SilentGhost, altvod
2017-04-22 16:20:42serhiy.storchakasetmessageid: <1492878042.0.0.601625485964.issue27613@psf.upfronthosting.co.za>
2017-04-22 16:20:41serhiy.storchakalinkissue27613 messages
2017-04-22 16:20:41serhiy.storchakacreate